CMake: pre-release housekeeping

This commit is contained in:
Adriaan de Groot
2025-07-26 17:05:44 +02:00
parent 814deec714
commit b5353fbd88
2 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ changelog -- this log starts with version 3.4.0. See CHANGES-3.3 for the
series (2018-05 - 2022-08).
# 3.4.1 (unreleased)
# 3.4.1 (2025-07-26)
This release contains contributions from (alphabetically by given name):
- Aaron Rainbolt
@@ -24,6 +24,7 @@ This release contains contributions from (alphabetically by given name):
## Core ##
- Typo fixes in examples and documentation.
- Minor version updated to start 3.4 series.
## Modules ##
- The *keyboard* (and *keyboardq*) modules now support setting the live

View File

@@ -49,7 +49,7 @@
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
set(CALAMARES_VERSION 3.4.1)
set(CALAMARES_RELEASE_MODE OFF) # Set to ON during a release
set(CALAMARES_RELEASE_MODE ON) # Set to ON during a release
if(CMAKE_SCRIPT_MODE_FILE)
include(${CMAKE_CURRENT_LIST_DIR}/CMakeModules/ExtendedVersion.cmake)