Bump version to 5.1.0 5.1.0
authorsfan5 <sfan5@live.de>
Sat, 12 Oct 2019 13:48:58 +0000 (15:48 +0200)
committersfan5 <sfan5@live.de>
Sat, 12 Oct 2019 13:48:58 +0000 (15:48 +0200)
CMakeLists.txt
build/android/build.gradle
misc/net.minetest.minetest.appdata.xml

index 5b3b8539a718ab961c352c6024544718ce9591f1..36528d0223b8873d0b14ab3eaab75389afcf7291 100644 (file)
@@ -21,7 +21,7 @@ set(VERSION_PATCH 0)
 set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
 
 # Change to false for releases
-set(DEVELOPMENT_BUILD TRUE)
+set(DEVELOPMENT_BUILD FALSE)
 
 set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
 if(VERSION_EXTRA)
index 3a3754a76ac8913be95ffa639ad51de06797f916..81c99c97431495d4d30e4c0b2f352d52f2cf8493 100644 (file)
@@ -27,7 +27,7 @@ android {
        compileSdkVersion 28
 
        defaultConfig {
-               versionCode 23
+               versionCode 24
                versionName "${System.env.VERSION_STR}.${versionCode}"
                minSdkVersion 14
                targetSdkVersion 28
index 99fe0cf1939e5cd3fe904b89d93417e39f0296b9..f41762564d76abfd9cdcebe41da8e30d7f407506 100644 (file)
@@ -62,6 +62,6 @@
        <translation type="gettext">minetest</translation>
        <update_contact>sfan5@live.de</update_contact>
        <releases>
-               <release date="2019-03-04" version="5.0.0"/>
+               <release date="2019-10-12" version="5.1.0"/>
        </releases>
 </component>