From 1bb3ea35b55598391a8253645a6b7d10e62c0126 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Fri, 28 Jun 2019 12:59:44 +0200 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 ea4019376..72470e96a 100644 --- a/CHANGES +++ b/CHANGES @@ -3,9 +3,10 @@ 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.10 (unreleased) # +# 3.2.10 (2019-06-28) # This release contains contributions from (alphabetically by first name): + - No other contributors this time around. Distributions are **advised** to check the slideshow they use for the installation step; changes in loading and translation mechanisms may diff --git a/CMakeLists.txt b/CMakeLists.txt index cf078193c..6f07e9db7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ project( CALAMARES VERSION 3.2.10 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 #