Changes: pre-release housekeeping

This commit is contained in:
Adriaan de Groot 2020-04-08 13:24:09 +02:00
parent 04cbceed5e
commit 624b8ae853
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,7 @@ 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.22 (unreleased) #
# 3.2.22 (2020-04-08) #
This release contains contributions from (alphabetically by first name):
- Anke Boersma
@ -29,6 +29,8 @@ This release contains contributions from (alphabetically by first name):
- *netinstall* has had some minor layout fixes.
- *unpackfs* has much more detailed progress reporting and no
longer jumps around strangely in overall progress.
- *partition* now correctly marks a partition as bootable in BIOS + MBR
installs. #1175
# 3.2.21 (2020-03-27) #

View File

@ -43,7 +43,7 @@ project( CALAMARES
VERSION 3.2.22
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
#