Skip to content

Commit

Permalink
prepare for 1.7.0 rc1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Winter committed Sep 21, 2015
1 parent df3b826 commit 79ab50f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ option(${PROJECT_NAME}_TESTS "Build the tests" ON)

set(${PROJECT_NAME}_VERSION_MAJOR 1)
set(${PROJECT_NAME}_VERSION_MINOR 6)
set(${PROJECT_NAME}_VERSION_PATCH 0)
set(${PROJECT_NAME}_VERSION_PATCH 98)
set(${PROJECT_NAME}_VERSION ${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH})
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)

Expand Down
2 changes: 1 addition & 1 deletion autogen.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from autogen.autogen import autogen

project = "KDReports"
version = "1.6.0"
version = "1.6.98"
subprojects = ["KDReports"]
prefixed = True

Expand Down
2 changes: 1 addition & 1 deletion kdreports.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TEMPLATE = subdirs
SUBDIRS = src examples include
unittests: SUBDIRS += unittests
CONFIG += ordered
VERSION = 1.6.0
VERSION = 1.6.98
MAJOR_VERSION = 1

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

0 comments on commit 79ab50f

Please sign in to comment.