File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ set(Mapper_VERSION_MAJOR 0)
3535set (Mapper_VERSION_MINOR 6)
3636if (NOT Mapper_VERSION_PATCH)
3737 # This can be configured when running cmake
38- set (Mapper_VERSION_PATCH 0 )
38+ set (Mapper_VERSION_PATCH 1 )
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.6.0 " 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.1 " 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
33Mapper_VERSION_MINOR = 6
4- Mapper_VERSION_PATCH = 0
4+ Mapper_VERSION_PATCH = 1
You can’t perform that action at this time.
0 commit comments