Skip to content

Commit a7c9e32

Browse files
committed
Set version to 0.6.0
1 parent 910d725 commit a7c9e32

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
3434
set(Mapper_VERSION_MAJOR 0)
35-
set(Mapper_VERSION_MINOR 5)
35+
set(Mapper_VERSION_MINOR 6)
3636
if(NOT Mapper_VERSION_PATCH)
3737
# This can be configured when running cmake
38-
set(Mapper_VERSION_PATCH 97)
38+
set(Mapper_VERSION_PATCH 0)
3939
endif()
4040

4141
set(MAPPER_VERSION_PRI "${PROJECT_SOURCE_DIR}/oo-mapper-version.pri")

android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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"

oo-mapper-version.pri

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Generated in CMakeLists.txt, do not edit here.
22
Mapper_VERSION_MAJOR = 0
3-
Mapper_VERSION_MINOR = 5
4-
Mapper_VERSION_PATCH = 97
3+
Mapper_VERSION_MINOR = 6
4+
Mapper_VERSION_PATCH = 0

0 commit comments

Comments
 (0)