Changes: post-release housekeeping

This commit is contained in:
Adriaan de Groot 2022-06-19 16:01:34 +02:00
parent 795256cba5
commit 6dbf9de06e
2 changed files with 14 additions and 2 deletions

View File

@ -10,6 +10,18 @@ website will have to do for older versions.
> Note that the 3.2 series is now in LTS / bug-fix-only mode.
# 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.

View File

@ -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
)