mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Release 1.8.1
This commit is contained in:
parent
119104d736
commit
6b918b448e
2 changed files with 9 additions and 2 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,3 +1,10 @@
|
|||
rpi-imager (1.8.1) unstable; urgency=medium
|
||||
|
||||
* Hide empty categories when filtering
|
||||
* i8n: Updates German translation
|
||||
|
||||
-- Floris Bos <bos@je-eigen-domein.nl> Thu, 19 Oct 2023 20:16:16 +0200
|
||||
|
||||
rpi-imager (1.8.0) unstable; urgency=medium
|
||||
|
||||
* Advanced options: Rename to OS customization
|
||||
|
|
|
@ -8,8 +8,8 @@ OPTION (ENABLE_TELEMETRY "Enable sending telemetry" ON)
|
|||
project(rpi-imager LANGUAGES CXX C)
|
||||
set(IMAGER_VERSION_MAJOR 1)
|
||||
set(IMAGER_VERSION_MINOR 8)
|
||||
set(IMAGER_VERSION_STR "${IMAGER_VERSION_MAJOR}.${IMAGER_VERSION_MINOR}.0")
|
||||
set(IMAGER_VERSION_CSV "${IMAGER_VERSION_MAJOR},${IMAGER_VERSION_MINOR},0,0")
|
||||
set(IMAGER_VERSION_STR "${IMAGER_VERSION_MAJOR}.${IMAGER_VERSION_MINOR}.1")
|
||||
set(IMAGER_VERSION_CSV "${IMAGER_VERSION_MAJOR},${IMAGER_VERSION_MINOR},1,0")
|
||||
add_definitions(-DIMAGER_VERSION_STR="${IMAGER_VERSION_STR}")
|
||||
add_definitions(-DIMAGER_VERSION_CSV=${IMAGER_VERSION_CSV})
|
||||
set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue