Git commit 2a504f172ca1092b45c11c3bdb60c19192c756e1 by Jaroslaw Staniek. Committed on 29/02/2016 at 23:07. Pushed by staniek into branch 'master'. Happy New Year 2016! M +1 -1 CMakeLists.txt http://commits.kde.org/kexi/2a504f172ca1092b45c11c3bdb60c19192c756e1 diff --git a/CMakeLists.txt b/CMakeLists.txt index 80fb3ce..9925526 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,7 @@ set(KEXI_VERSION_RELEASE 89) # 89 for Alpha, increase= for next test releases set(KEXI_ALPHA 1) # uncomment only for Alpha #set(KEXI_BETA 1) # uncomment only for Beta #set(KEXI_RC 1) # uncomment only for RC -set(KEXI_YEAR 2015) # update every year +set(KEXI_YEAR 2016) # update every year = if(NOT DEFINED KEXI_ALPHA AND NOT DEFINED KEXI_BETA AND NOT DEFINED KEXI_R= C) set(KEXI_STABLE 1) # do not edit