Changes: hot-fix release
This commit is contained in:
parent
65c1ef7cb5
commit
0a0f3dd2b6
9
CHANGES
9
CHANGES
@ -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):
|
||||
|
@ -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
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user