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")
31
31
# We use 99 to mark development builds.
32
32
SET (Mapper_VERSION_MAJOR 0 )
33
33
SET (Mapper_VERSION_MINOR 5 )
34
- SET (Mapper_VERSION_PATCH 95 )
34
+ SET (Mapper_VERSION_PATCH 96 )
35
35
36
36
if (${CMAKE_CURRENT_BINARY_DIR} STREQUAL ${PROJECT_SOURCE_DIR} )
37
37
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
15
15
16
16
# Defines. Use fancy quotation marks to be able to define strings with spaces.
17
17
CONFIG (debug , debug |release ) {
18
- DEFINES += \ "APP_VERSION='\\"Debug 0.5.94 \\"'\" \
18
+ DEFINES += \ "APP_VERSION='\\"Debug 0.5.96 \\"'\" \
19
19
MAPPER_DEVELOPMENT_BUILD \
20
20
\ "MAPPER_DEVELOPMENT_RES_DIR='\\"../\\"'\"
21
21
22
22
unix :QMAKE_POST_LINK += $$quote ($(COPY_DIR) \ "$$PWD/../symbol sets\" \"$$OUT_PWD/../symbol sets\")
23
23
}
24
24
else {
25
- DEFINES += \ "APP_VERSION='\\"0.5.94 \\"'\"
25
+ DEFINES += \ "APP_VERSION='\\"0.5.96 \\"'\"
26
26
}
27
27
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\\"'\"
29
29
30
30
# Input
31
31
HEADERS += \
You can’t perform that action at this time.
0 commit comments