summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan de Groot <groot@kde.org>2019-05-10 18:52:06 -0400
committerAdriaan de Groot <groot@kde.org>2019-05-10 18:52:06 -0400
commit6d7fd9db26584aaaca480a6fa31e6f35bf759954 (patch)
tree76479a7feaabca203e26c5da14a2c1064c5735cf
parent90bb6910853efadb34db9c78c8cf52dd757523a0 (diff)
CMake: pre-release housekeeping
-rw-r--r--CHANGES2
-rw-r--r--CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index afb3d253a..87db823b4 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.8 (unreleased) #
+# 3.2.8 (2019-05-10) #
This is a **source-incompatible** release of Calamares. Include files
have been shuffled around, so third-party C++ modules will need
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b8911645a..de6508b6b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -40,7 +40,7 @@ project( CALAMARES
VERSION 3.2.8
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
#