File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ option(${PROJECT_NAME}_TESTS "Build the tests" ON)
1313
1414set (${PROJECT_NAME} _VERSION_MAJOR 1)
1515set (${PROJECT_NAME} _VERSION_MINOR 6)
16- set (${PROJECT_NAME} _VERSION_PATCH 98 )
16+ set (${PROJECT_NAME} _VERSION_PATCH 99 )
1717set (${PROJECT_NAME} _VERSION ${${PROJECT_NAME} _VERSION_MAJOR}.${${PROJECT_NAME} _VERSION_MINOR}.${${PROJECT_NAME} _VERSION_PATCH})
1818list (APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR} /cmake)
1919
Original file line number Diff line number Diff line change 22from autogen .autogen import autogen
33
44project = "KDReports"
5- version = "1.6.98 "
5+ version = "1.6.99 "
66subprojects = ["KDReports" ]
77prefixed = True
88
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ TEMPLATE = subdirs
22SUBDIRS = src examples include
33unittests: SUBDIRS += unittests
44CONFIG += ordered
5- VERSION = 1.6.98
5+ VERSION = 1.6.99
66MAJOR_VERSION = 1
77
88unix :DEFAULT_INSTALL_PREFIX = /usr/local/KDAB/KDReports- $$VERSION
You can’t perform that action at this time.
0 commit comments