Skip to content

Commit

Permalink
Set Mapper version to 0.5.96
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Nov 2, 2014
1 parent b58cf0c commit 95102e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ set(Mapper_COPYRIGHT "(C) 2012-2014 OpenOrienteering developers")
# We use 99 to mark development builds.
SET(Mapper_VERSION_MAJOR 0)
SET(Mapper_VERSION_MINOR 5)
SET(Mapper_VERSION_PATCH 95)
SET(Mapper_VERSION_PATCH 96)

if(${CMAKE_CURRENT_BINARY_DIR} STREQUAL ${PROJECT_SOURCE_DIR})
message(FATAL_ERROR "You must not use the source directory as build directory.")
Expand Down
6 changes: 3 additions & 3 deletions src/src.pro
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ QT += core gui widgets printsupport network xml

# Defines. Use fancy quotation marks to be able to define strings with spaces.
CONFIG(debug, debug|release) {
DEFINES += \"APP_VERSION='\\"Debug 0.5.94\\"'\" \
DEFINES += \"APP_VERSION='\\"Debug 0.5.96\\"'\" \
MAPPER_DEVELOPMENT_BUILD \
\"MAPPER_DEVELOPMENT_RES_DIR='\\"../\\"'\"

unix:QMAKE_POST_LINK += $$quote($(COPY_DIR) \"$$PWD/../symbol sets\" \"$$OUT_PWD/../symbol sets\")
}
else {
DEFINES += \"APP_VERSION='\\"0.5.94\\"'\"
DEFINES += \"APP_VERSION='\\"0.5.96\\"'\"
}
DEFINES += \"CLIPPER_VERSION='\\"6.1.3a\\"'\"
DEFINES += \"MAPPER_HELP_NAMESPACE='\\"openorienteering.mapper-0.5.94.help\\"'\"
DEFINES += \"MAPPER_HELP_NAMESPACE='\\"openorienteering.mapper-0.5.96.help\\"'\"

# Input
HEADERS += \
Expand Down

0 comments on commit 95102e2

Please sign in to comment.