Skip to content

Commit 44c2e33

Browse files
committed
Bump version to 5.5.1
1 parent 2785dcb commit 44c2e33

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set(CLANG_MINIMUM_VERSION "3.5")
1818
# Also remember to set PROTOCOL_VERSION in network/networkprotocol.h when releasing
1919
set(VERSION_MAJOR 5)
2020
set(VERSION_MINOR 5)
21-
set(VERSION_PATCH 0)
21+
set(VERSION_PATCH 1)
2222
set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
2323

2424
# Change to false for releases

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
project.ext.set("versionMajor", 5) // Version Major
44
project.ext.set("versionMinor", 5) // Version Minor
5-
project.ext.set("versionPatch", 0) // Version Patch
5+
project.ext.set("versionPatch", 1) // Version Patch
66
project.ext.set("versionExtra", "") // Version Extra
7-
project.ext.set("versionCode", 38) // Android Version Code
7+
project.ext.set("versionCode", 40) // 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.appdata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
<translation type="gettext">minetest</translation>
6363
<update_contact>[email protected]</update_contact>
6464
<releases>
65-
<release date="2022-01-30" version="5.5.0"/>
65+
<release date="2022-05-15" version="5.5.1"/>
6666
</releases>
6767
</component>

0 commit comments

Comments
 (0)