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")
3232# All version components must be integers.
3333# We use Mapper_VERSION_PATCH >= 99 to mark development builds.
3434set (Mapper_VERSION_MAJOR 0)
35- set (Mapper_VERSION_MINOR 5 )
35+ set (Mapper_VERSION_MINOR 6 )
3636if (NOT Mapper_VERSION_PATCH)
3737 # This can be configured when running cmake
38- set (Mapper_VERSION_PATCH 97 )
38+ set (Mapper_VERSION_PATCH 0 )
3939endif ()
4040
4141set (MAPPER_VERSION_PRI "${PROJECT_SOURCE_DIR} /oo-mapper-version.pri" )
Original file line number Diff line number Diff line change 11<?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" >
33 <application android : name =" org.qtproject.qt5.android.bindings.QtApplication" android : label =" @string/long_app_name" android : icon =" @drawable/icon" >
44 <activity android : configChanges =" orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation"
55 android : name =" org.openorienteering.mapper.MapperActivity"
Original file line number Diff line number Diff line change 11# Generated in CMakeLists.txt, do not edit here.
22Mapper_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