Changes: post-release housekeeping

This commit is contained in:
Adriaan de Groot 2021-10-26 14:51:47 +02:00
parent 68ad34e421
commit 97ebaad81e
2 changed files with 13 additions and 1 deletions

12
CHANGES
View File

@ -7,6 +7,18 @@ 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.45 (unreleased) #
This release contains contributions from (alphabetically by first name):
- Dalto (new contributor, welcome!)
## Core ##
- No core changes yet
## Modules ##
- No module changes yet
# 3.2.44.3 (2021-10-04) #
This is not a hotfix release, but a tiny-tiny incremental improvement

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.3
VERSION 3.2.45
LANGUAGES C CXX
)