File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ set(Mapper_COPYRIGHT "(C) 2012-2015 OpenOrienteering developers")
32
32
# All version components must be integers.
33
33
# We use Mapper_VERSION_PATCH >= 99 to mark development builds.
34
34
set (Mapper_VERSION_MAJOR 0 )
35
- set (Mapper_VERSION_MINOR 5 )
35
+ set (Mapper_VERSION_MINOR 6 )
36
36
if (NOT Mapper_VERSION_PATCH )
37
37
# This can be configured when running cmake
38
- set (Mapper_VERSION_PATCH 97 )
38
+ set (Mapper_VERSION_PATCH 0 )
39
39
endif ()
40
40
41
41
set (MAPPER_VERSION_PRI "${PROJECT_SOURCE_DIR} /oo-mapper-version.pri" )
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionName =" 0.5.97 " android : versionCode =" 2" package =" org.openorienteering.mapper" android : installLocation =" auto" >
2
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" android : versionName =" 0.6.0 " android : versionCode =" 2" package =" org.openorienteering.mapper" android : installLocation =" auto" >
3
3
<application android : name =" org.qtproject.qt5.android.bindings.QtApplication" android : label =" @string/long_app_name" android : icon =" @drawable/icon" >
4
4
<activity android : configChanges =" orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation"
5
5
android : name =" org.openorienteering.mapper.MapperActivity"
Original file line number Diff line number Diff line change 1
1
# Generated in CMakeLists.txt, do not edit here.
2
2
Mapper_VERSION_MAJOR = 0
3
- Mapper_VERSION_MINOR = 5
4
- Mapper_VERSION_PATCH = 97
3
+ Mapper_VERSION_MINOR = 6
4
+ Mapper_VERSION_PATCH = 0
You can’t perform that action at this time.
0 commit comments