]> git.lizzy.rs Git - minetest.git/commitdiff
Bump version to 5.0.1 5.0.1
authorsfan5 <sfan5@live.de>
Sun, 31 Mar 2019 20:57:45 +0000 (22:57 +0200)
committersfan5 <sfan5@live.de>
Sun, 31 Mar 2019 20:57:45 +0000 (22:57 +0200)
CMakeLists.txt
build/android/build.gradle
misc/net.minetest.minetest.appdata.xml

index a2fed51e1f5d35afe82f1a3e32622370459f2546..e647f62b57440caa19e724da3a4d47bbe5491714 100644 (file)
@@ -21,7 +21,7 @@ set(VERSION_PATCH 1)
 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 7b9ebb9ec6c58d11bd5ef51d436675bb35c1d1e3..11a4a714cfcb2f21c850a16d1cab75bb7e8351bf 100644 (file)
@@ -28,7 +28,7 @@ android {
        buildToolsVersion "28.0.3"
 
        defaultConfig {
-               versionCode 23
+               versionCode 24
                versionName "${System.env.VERSION_STR}.${versionCode}"
                minSdkVersion 14
                targetSdkVersion 28
index 089383b5d2afcc196f544c1dc0040921fdc77f66..f1aab53a9d400d7972b72085b63fbf3bd3f3cdce 100644 (file)
@@ -56,6 +56,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-03-31" version="5.0.1"/>
        </releases>
 </component>