CMake: post-release housekeeping

This commit is contained in:
Adriaan de Groot 2019-06-07 10:45:53 +02:00
parent a7e5488f77
commit 0619f19536
2 changed files with 12 additions and 2 deletions

View file

@ -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
#