From 6dc83d692c808fa0b5cc99240cccce5bb6b4270f Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 3 Jun 2019 10:57:26 +0200 Subject: [PATCH] CMake: pre-release housekeeping --- CHANGES | 2 +- CMakeLists.txt | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGES b/CHANGES index 853bcdf4b..2f911b681 100644 --- a/CHANGES +++ b/CHANGES @@ -3,7 +3,7 @@ contributors are listed. Note that Calamares does not have a historical changelog -- this log starts with version 3.2.0. The release notes on the website will have to do for older versions. -# 3.2.9 (unreleased) # +# 3.2.9 (2019-06-03) # This release contains contributions from (alphabetically by first name): - Kevin Kofler diff --git a/CMakeLists.txt b/CMakeLists.txt index c18c11658..11e613710 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ project( CALAMARES VERSION 3.2.9 LANGUAGES C CXX ) -set( CALAMARES_VERSION_RC 1 ) # Set to 0 during release cycle, 1 during development +set( CALAMARES_VERSION_RC 0 ) # Set to 0 during release cycle, 1 during development ### OPTIONS # @@ -104,12 +104,12 @@ set( CALAMARES_DESCRIPTION_SUMMARY # checks for new languages and misspelled ones are done (that is, # copy these four lines to four backup lines, add "p", and then update # the original four lines with the current translations). -set( _tx_complete ast ca cs_CZ da de fr hr ja lt pl pt_BR pt_PT - tr_TR zh_TW ) -set( _tx_good bg en_GB es es_MX et gl he hi hu id it_IT ro ru sk sq - zh_CN ) -set( _tx_ok ar el es_PR eu fi_FI is ko mr nb nl sl sr - sr@latin sv th uk ) +set( _tx_complete ca cs_CZ da de fr he hr hu ko lt pt_BR sq tr_TR + zh_TW ) +set( _tx_good ast en_GB es es_MX et gl id it_IT ja nl pl pt_PT ro + ru sk zh_CN ) +set( _tx_ok ar bg el es_PR eu fi_FI hi is mr nb sl sr sr@latin sv + th uk ) set( _tx_bad be eo fa fr_CH gu kk kn lo mk ne_NP ur uz )