From 5107ce550b3125b8c1cee90d88e9f658ae932e29 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 28 Jan 2020 17:42:21 +0100 Subject: [PATCH] Changes: pre-release housekeeping --- CHANGES | 3 ++- CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 072252342..b551df7db 100644 --- a/CHANGES +++ b/CHANGES @@ -3,12 +3,13 @@ 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.18 (unreleased) # +# 3.2.18 (2020-01-28) # This release contains contributions from (alphabetically by first name): - Bill Auger ## Core ## + - *Assamese* translation has been added (still in preliminary state). - Timezone support code has migrated into the core of Calamares. This means that modules now have easier access to timezone information. Translations for timezones have also been enabled, so it is **possible** diff --git a/CMakeLists.txt b/CMakeLists.txt index 2dff73523..8351cd1b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ project( CALAMARES VERSION 3.2.18 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 #