OSDN Git Service

Changes: post-release housekeeping
authorAdriaan de Groot <groot@kde.org>
Thu, 20 Aug 2020 16:03:16 +0000 (18:03 +0200)
committerAdriaan de Groot <groot@kde.org>
Thu, 20 Aug 2020 16:03:16 +0000 (18:03 +0200)
CHANGES
CMakeLists.txt

diff --git a/CHANGES b/CHANGES
index 10ada97..b4e4fd5 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,18 @@ 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.30 (unreleased) #
+
+This release contains contributions from (alphabetically by first name):
+ - No external contributors yet
+
+## Core ##
+ - No core changes yet
+
+## Modules ##
+ - No module changes yet
+
+
 # 3.2.29 (2020-08-20) #
 
 This release contains contributions from (alphabetically by first name):
index 5c8904b..16ea24f 100644 (file)
 # TODO:3.3: Require CMake 3.12
 cmake_minimum_required( VERSION 3.3 FATAL_ERROR )
 project( CALAMARES
-    VERSION 3.2.29
+    VERSION 3.2.30
     LANGUAGES C CXX )
 
-set( CALAMARES_VERSION_RC 0 )  # Set to 0 during release cycle, 1 during development
+set( CALAMARES_VERSION_RC 1 )  # Set to 0 during release cycle, 1 during development
 
 ### OPTIONS
 #