Changes: pre-release housekeeping

This commit is contained in:
Adriaan de Groot 2021-09-27 13:08:22 +02:00
parent 723da94e75
commit c4034d944b
2 changed files with 10 additions and 1 deletions

View File

@ -7,6 +7,15 @@ 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.44.2 (2021-09-27) #
This release contains contributions from (alphabetically by first name):
-
This is a hotfix for a typo -- not a syntax error -- that affects the
*networkcfg* module. Reported and fixed by .
# 3.2.44.1 (2021-09-24) #
This release contains contributions from (alphabetically by first name):

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.44.1
VERSION 3.2.44.2
LANGUAGES C CXX
)