Skip to content

Commit

Permalink
Changes: post-release housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
adriaandegroot committed Oct 22, 2024
1 parent 16cb360 commit 4cd1f0f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGES-3.3
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +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.11 (unreleased)

This release contains contributions from (alphabetically by given name):
- Nobody yet

## Core ##
- Nothing yet

## Modules ##
- Nothing yet


# 3.3.10 (2024-10-21)

This release contains contributions from (alphabetically by given name):
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@

cmake_minimum_required(VERSION 3.16 FATAL_ERROR)

set(CALAMARES_VERSION 3.3.10)
set(CALAMARES_RELEASE_MODE ON) # Set to ON during a release
set(CALAMARES_VERSION 3.3.11)
set(CALAMARES_RELEASE_MODE OFF) # Set to ON during a release

if(CMAKE_SCRIPT_MODE_FILE)
include(${CMAKE_CURRENT_LIST_DIR}/CMakeModules/ExtendedVersion.cmake)
Expand Down

0 comments on commit 4cd1f0f

Please sign in to comment.