mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-02 11:55:36 -04:00
CMake: post-release housekeeping
This commit is contained in:
parent
a7e5488f77
commit
0619f19536
2 changed files with 12 additions and 2 deletions
|
@ -37,10 +37,10 @@
|
|||
|
||||
cmake_minimum_required( VERSION 3.2 FATAL_ERROR )
|
||||
project( CALAMARES
|
||||
VERSION 3.2.9
|
||||
VERSION 3.2.10
|
||||
LANGUAGES C CXX )
|
||||
|
||||
set( CALAMARES_VERSION_RC 0 ) # Set to 0 during release cycle, 1 during development
|
||||
set( CALAMARES_VERSION_RC 1 ) # Set to 0 during release cycle, 1 during development
|
||||
|
||||
### OPTIONS
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue