Git commit cb1c9f45a33358de7eee6801ac50f9e4d6761b8a by Boudewijn Rempt. Committed on 28/04/2017 at 09:45. Pushed by rempt into branch 'krita/3.1'. Open 3.1 branch for commits again This ends the string freeze for 3.1. CCMAIL:kimageshop@kde.org M +3 -3 CMakeLists.txt https://commits.kde.org/krita/cb1c9f45a33358de7eee6801ac50f9e4d6761b8a diff --git a/CMakeLists.txt b/CMakeLists.txt index 973086b0941..5a9f05018fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,11 +69,11 @@ endif() = # define common versions of Krita applications, used to generate kritavers= ion.h # update these version for every release: -set(KRITA_VERSION_STRING "3.1.3") +set(KRITA_VERSION_STRING "3.1.4 Alpha") set(KRITA_STABLE_VERSION_MAJOR 3) # 3 for 3.x, 4 for 4.x, etc. set(KRITA_STABLE_VERSION_MINOR 1) # 0 for 3.0, 1 for 3.1, etc. -set(KRITA_VERSION_RELEASE 3) # 89 for Alpha, increase for next test re= leases, set 0 for first Stable, etc. -#set(KRITA_ALPHA 1) # uncomment only for Alpha +set(KRITA_VERSION_RELEASE 4) # 89 for Alpha, increase for next test re= leases, set 0 for first Stable, etc. +set(KRITA_ALPHA 1) # uncomment only for Alpha #set(KRITA_BETA 1) # uncomment only for Beta #set(KRITA_RC 1) # uncomment only for RC set(KRITA_YEAR 2017) # update every year