Skip to content

Commit 79ab50f

Browse files
author
Allen Winter
committed
prepare for 1.7.0 rc1 release
1 parent df3b826 commit 79ab50f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ option(${PROJECT_NAME}_TESTS "Build the tests" ON)
1313

1414
set(${PROJECT_NAME}_VERSION_MAJOR 1)
1515
set(${PROJECT_NAME}_VERSION_MINOR 6)
16-
set(${PROJECT_NAME}_VERSION_PATCH 0)
16+
set(${PROJECT_NAME}_VERSION_PATCH 98)
1717
set(${PROJECT_NAME}_VERSION ${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH})
1818
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
1919

autogen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from autogen.autogen import autogen
33

44
project = "KDReports"
5-
version = "1.6.0"
5+
version = "1.6.98"
66
subprojects = ["KDReports"]
77
prefixed = True
88

kdreports.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ TEMPLATE = subdirs
22
SUBDIRS = src examples include
33
unittests: SUBDIRS += unittests
44
CONFIG += ordered
5-
VERSION = 1.6.0
5+
VERSION = 1.6.98
66
MAJOR_VERSION = 1
77

88
unix:DEFAULT_INSTALL_PREFIX = /usr/local/KDAB/KDReports-$$VERSION

0 commit comments

Comments
 (0)