From 160ecd5ddc4e9af10a4a31bd58d1585441eb7a44 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 1 Oct 2019 11:14:21 +0200 Subject: [PATCH] Changes: post-release housekeeping --- CHANGES | 8 ++++++++ CMakeLists.txt | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 965bb0459..cddcc9551 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,14 @@ 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.15 (unreleased) # + +This release contains contributions from (alphabetically by first name): + +## Core ## + +## Modules ## + # 3.2.14 (2019-09-30) # diff --git a/CMakeLists.txt b/CMakeLists.txt index 64e149cd8..d13e6a398 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,10 +40,10 @@ cmake_minimum_required( VERSION 3.3 FATAL_ERROR ) project( CALAMARES - VERSION 3.2.14 + VERSION 3.2.15 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 #