Skip to content

Commit 057f0b8

Browse files
committedJul 9, 2020
Bump version to 5.3.0
1 parent 70df3d5 commit 057f0b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

Diff for: ‎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)

Diff for: ‎build/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project.ext.set("versionMajor", 5) // Version Major
44
project.ext.set("versionMinor", 3) // Version Minor
55
project.ext.set("versionPatch", 0) // Version Patch
66
project.ext.set("versionExtra", "-dev") // Version Extra
7-
project.ext.set("versionCode", 28) // Android Version Code
7+
project.ext.set("versionCode", 30) // Android Version Code
88
// NOTE: +2 after each release!
99
// +1 for ARM and +1 for ARM64 APK's, because
1010
// each APK must have a larger `versionCode` than the previous

Diff for: ‎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="2020-04-05" version="5.2.0"/>
65+
<release date="2020-07-09" version="5.3.0"/>
6666
</releases>
6767
</component>

0 commit comments

Comments
 (0)