CMake: pre-release housekeeping

This commit is contained in:
Adriaan de Groot 2023-09-28 22:34:54 +02:00
parent 7c475e1198
commit ed2a5a7973
2 changed files with 7 additions and 4 deletions

View File

@ -7,15 +7,18 @@ contributors are listed. Note that Calamares does not have a historical
changelog -- this log starts with version 3.3.0. See CHANGES-3.2 for
the history of the 3.2 series (2018-05 - 2022-08).
# 3.3.0 (unreleased)
# 3.3.0-alpha4 (unreleased)
The very first we-will-call-it-3.3 release! One of the big changes is that
Another closing-in-on-3.3.0 release! One of the big changes is that
Calamares -- the core and nearly all of the modules in this repository --
are compatible with Qt6.
are compatible with Qt6. That is, it compiles. Functionality has not
been tested, but early-testing distributions are encouraged to submit
pull requests to improve the code.
This release contains contributions from (alphabetically by first name):
- Adriaan de Groot
- Anke Boersma
- Evan James
- Hector Martin
- Ivan Borzenkov

View File

@ -46,7 +46,7 @@
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
set(CALAMARES_VERSION 3.3.0)
set(CALAMARES_VERSION 3.3.0-alpha4)
set(CALAMARES_RELEASE_MODE OFF) # Set to ON during a release
if(CMAKE_SCRIPT_MODE_FILE)