Skip to content

Commit 24147d9

Browse files
committedApr 5, 2020
Bump version to 5.2.0
1 parent 09b8f5d commit 24147d9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set(VERSION_PATCH 0)
2121
set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
2222

2323
# Change to false for releases
24-
set(DEVELOPMENT_BUILD TRUE)
24+
set(DEVELOPMENT_BUILD FALSE)
2525

2626
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
2727
if(VERSION_EXTRA)

‎build/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android {
2828
buildToolsVersion '29.0.2'
2929

3030
defaultConfig {
31-
versionCode 25
31+
versionCode 26
3232
versionName "${System.env.VERSION_STR}.${versionCode}"
3333
minSdkVersion 14
3434
targetSdkVersion 29

‎misc/net.minetest.minetest.appdata.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
<translation type="gettext">minetest</translation>
6363
<update_contact>sfan5@live.de</update_contact>
6464
<releases>
65-
<release date="2019-10-12" version="5.1.0"/>
65+
<release date="2020-04-05" version="5.2.0"/>
6666
</releases>
6767
</component>

0 commit comments

Comments
 (0)
Please sign in to comment.