Skip to content

Commit 835dd01

Browse files
committed
Bump version to 5.9.0
1 parent 20afc76 commit 835dd01

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set(VERSION_PATCH 0)
1616
set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
1717

1818
# Change to false for releases
19-
set(DEVELOPMENT_BUILD TRUE)
19+
set(DEVELOPMENT_BUILD FALSE)
2020

2121
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
2222
if(VERSION_EXTRA)

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project.ext.set("versionMajor", 5) // Version Major
44
project.ext.set("versionMinor", 9) // Version Minor
55
project.ext.set("versionPatch", 0) // Version Patch
66
// ^ keep in sync with cmake
7-
project.ext.set("versionCode", 46) // Android Version Code
7+
project.ext.set("versionCode", 48) // 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

misc/net.minetest.minetest.metainfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,6 @@
149149
<update_contact>[email protected]</update_contact>
150150

151151
<releases>
152-
<release date="2023-12-04" version="5.8.0"/>
152+
<release date="2024-08-11" version="5.9.0"/>
153153
</releases>
154154
</component>

0 commit comments

Comments
 (0)