diff --git a/CHANGES-3.2 b/CHANGES-3.2 index 548b925a8..3e5cc3db1 100644 --- a/CHANGES-3.2 +++ b/CHANGES-3.2 @@ -10,7 +10,19 @@ website will have to do for older versions. > Note that the 3.2 series is now in LTS / bug-fix-only mode. -# 3.2.60 (2022-06-19) # +# 3.2.61 (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.60 (2022-06-19) # This is the first community-maintainence release of Calamares 3.2. Somewhat ironically, all the commits in the branch come from diff --git a/CMakeLists.txt b/CMakeLists.txt index 80a8170bd..4782e11fd 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.60 + VERSION 3.2.61 LANGUAGES C CXX )