From 97ebaad81e1827b05b720c2660a30ed05260334d Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 26 Oct 2021 14:51:47 +0200 Subject: [PATCH] Changes: post-release housekeeping --- CHANGES | 12 ++++++++++++ CMakeLists.txt | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 8b86bf636..a1eed622c 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,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.45 (unreleased) # + +This release contains contributions from (alphabetically by first name): + - Dalto (new contributor, welcome!) + +## Core ## + - No core changes yet + +## Modules ## + - No module changes yet + + # 3.2.44.3 (2021-10-04) # This is not a hotfix release, but a tiny-tiny incremental improvement diff --git a/CMakeLists.txt b/CMakeLists.txt index f75b1caf5..1e5f5ea37 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ # TODO:3.3: Require CMake 3.12 cmake_minimum_required( VERSION 3.3 FATAL_ERROR ) project( CALAMARES - VERSION 3.2.44.3 + VERSION 3.2.45 LANGUAGES C CXX )