File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ set(Mapper_COPYRIGHT "(C) 2012-2014 OpenOrienteering developers")
3131# We use 99 to mark development builds.
3232SET (Mapper_VERSION_MAJOR 0)
3333SET (Mapper_VERSION_MINOR 5)
34- SET (Mapper_VERSION_PATCH 95 )
34+ SET (Mapper_VERSION_PATCH 96 )
3535
3636if (${CMAKE_CURRENT_BINARY_DIR} STREQUAL ${PROJECT_SOURCE_DIR} )
3737 message (FATAL_ERROR "You must not use the source directory as build directory." )
Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ QT += core gui widgets printsupport network xml
1515
1616# Defines. Use fancy quotation marks to be able to define strings with spaces.
1717CONFIG (debug , debug |release ) {
18- DEFINES += \ "APP_VERSION='\\"Debug 0.5.94 \\"'\" \
18+ DEFINES += \ "APP_VERSION='\\"Debug 0.5.96 \\"'\" \
1919 MAPPER_DEVELOPMENT_BUILD \
2020 \ "MAPPER_DEVELOPMENT_RES_DIR='\\"../\\"'\"
2121
2222 unix :QMAKE_POST_LINK += $$quote ($(COPY_DIR) \ "$$PWD/../symbol sets\" \"$$OUT_PWD/../symbol sets\")
2323}
2424else {
25- DEFINES += \ "APP_VERSION='\\"0.5.94 \\"'\"
25+ DEFINES += \ "APP_VERSION='\\"0.5.96 \\"'\"
2626}
2727DEFINES += \ "CLIPPER_VERSION='\\"6.1.3a\\"'\"
28- DEFINES += \ "MAPPER_HELP_NAMESPACE='\\"openorienteering.mapper-0.5.94 .help\\"'\"
28+ DEFINES += \ "MAPPER_HELP_NAMESPACE='\\"openorienteering.mapper-0.5.96 .help\\"'\"
2929
3030# Input
3131HEADERS += \
You can’t perform that action at this time.
0 commit comments