From 6d7fd9db26584aaaca480a6fa31e6f35bf759954 Mon Sep 17 00:00:00 2001
From: Adriaan de Groot <groot@kde.org>
Date: Fri, 10 May 2019 18:52:06 -0400
Subject: [PATCH] CMake: pre-release housekeeping

---
 CHANGES        | 2 +-
 CMakeLists.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGES b/CHANGES
index afb3d253a9..87db823b4b 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 b8911645aa..de6508b6b9 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
 #
-- 
GitLab