Changes: hot-fix release

This commit is contained in:
Adriaan de Groot 2021-09-24 13:48:27 +02:00
parent 65c1ef7cb5
commit 0a0f3dd2b6
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.1 (2021-09-24) #
This release contains contributions from (alphabetically by first name):
- Anke Boersma
This is a hotfix for a typo -- not a syntax error -- that affects the
*initcpiocfg* module. Reported and fixed by Anke.
# 3.2.44 (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
VERSION 3.2.44.1
LANGUAGES C CXX
)