diff --git a/CMakeLists.txt b/CMakeLists.txt index 66af9a0..b4f9cde 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,9 +8,9 @@ endif() project(rpi-imager LANGUAGES CXX C) set(IMAGER_VERSION_MAJOR 1) -set(IMAGER_VERSION_MINOR 7) -set(IMAGER_VERSION_STR "${IMAGER_VERSION_MAJOR}.${IMAGER_VERSION_MINOR}beta") -set(IMAGER_VERSION_CSV "${IMAGER_VERSION_MAJOR},${IMAGER_VERSION_MINOR},0,0") +set(IMAGER_VERSION_MINOR 6) +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}) diff --git a/debian/changelog b/debian/changelog index eb2336d..0af3529 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +rpi-imager (1.6.1) unstable; urgency=medium + + * When saving advanced options delay modifying files + on FAT partition until config.txt is visible. + * Update translations + * Linux: revert disable high dpi scaling on incorrect EDID" + due to it causing the custom file selection dialog not to + function properly on Fedora + + -- Floris Bos Sat, 27 Mar 2021 11:06:56 +0100 + rpi-imager (1.6) unstable; urgency=medium * Wayland: fix "Client tried to set invalid geometry" error