Skip to content

Commit

Permalink
Bump version to 5.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grorp committed Apr 21, 2024
1 parent 9cd218f commit 6afeb2f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set(CLANG_MINIMUM_VERSION "7.0.1")
# You should not need to edit these manually, use util/bump_version.sh
set(VERSION_MAJOR 5)
set(VERSION_MINOR 8)
set(VERSION_PATCH 0)
set(VERSION_PATCH 1)
set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")

# Change to false for releases
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

project.ext.set("versionMajor", 5) // Version Major
project.ext.set("versionMinor", 8) // Version Minor
project.ext.set("versionPatch", 0) // Version Patch
project.ext.set("versionPatch", 1) // Version Patch
// ^ keep in sync with cmake
project.ext.set("versionCode", 46) // Android Version Code
project.ext.set("versionCode", 48) // Android Version Code
// NOTE: +2 after each release!
// +1 for ARM and +1 for ARM64 APK's, because
// each APK must have a larger `versionCode` than the previous
Expand Down
2 changes: 1 addition & 1 deletion doc/client_lua_api.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Minetest Lua Client Modding API Reference 5.8.0
Minetest Lua Client Modding API Reference 5.8.1
================================================
* More information at <http://www.minetest.net/>
* Developer Wiki: <http://dev.minetest.net/>
Expand Down
2 changes: 1 addition & 1 deletion doc/menu_lua_api.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Minetest Lua Mainmenu API Reference 5.8.0
Minetest Lua Mainmenu API Reference 5.8.1
=========================================

Introduction
Expand Down
2 changes: 1 addition & 1 deletion misc/net.minetest.minetest.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@
<translation type="gettext">minetest</translation>
<update_contact>sfan5@live.de</update_contact>
<releases>
<release date="2023-12-04" version="5.8.0"/>
<release date="2024-04-21" version="5.8.1"/>
</releases>
</component>

0 comments on commit 6afeb2f

Please sign in to comment.