From a5ca97fb1abf5483ce3e81905106df8802f01cff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Fri, 17 Apr 2020 23:26:21 +0200 Subject: [PATCH] Revert "Changes: post-release housekeeping" This reverts commit 7664a913cc300b009633c8ceed17d3a1201946ee. --- CHANGES | 12 ------------ CMakeLists.txt | 4 ++-- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/CHANGES b/CHANGES index cf5f9637e..e6da1eb55 100644 --- a/CHANGES +++ b/CHANGES @@ -3,18 +3,6 @@ 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.24 (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.23 (2020-04-17) # This release contains contributions from (alphabetically by first name): diff --git a/CMakeLists.txt b/CMakeLists.txt index bc14780a9..b122301eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,10 +40,10 @@ cmake_minimum_required( VERSION 3.3 FATAL_ERROR ) project( CALAMARES - VERSION 3.2.24 + VERSION 3.2.23 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 #