Skip to content

Commit 95102e2

Browse files
committed
Set Mapper version to 0.5.96
1 parent b58cf0c commit 95102e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ set(Mapper_COPYRIGHT "(C) 2012-2014 OpenOrienteering developers")
3131
# We use 99 to mark development builds.
3232
SET(Mapper_VERSION_MAJOR 0)
3333
SET(Mapper_VERSION_MINOR 5)
34-
SET(Mapper_VERSION_PATCH 95)
34+
SET(Mapper_VERSION_PATCH 96)
3535

3636
if(${CMAKE_CURRENT_BINARY_DIR} STREQUAL ${PROJECT_SOURCE_DIR})
3737
message(FATAL_ERROR "You must not use the source directory as build directory.")

src/src.pro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.
1717
CONFIG(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
}
2424
else {
25-
DEFINES += \"APP_VERSION='\\"0.5.94\\"'\"
25+
DEFINES += \"APP_VERSION='\\"0.5.96\\"'\"
2626
}
2727
DEFINES += \"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
3131
HEADERS += \

0 commit comments

Comments
 (0)