Skip to content

Commit

Permalink
Bump version to 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Mar 31, 2019
1 parent cf1802a commit 76325d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set(VERSION_PATCH 1)
set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")

# Change to false for releases
set(DEVELOPMENT_BUILD TRUE)
set(DEVELOPMENT_BUILD FALSE)

set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
if(VERSION_EXTRA)
Expand Down
2 changes: 1 addition & 1 deletion build/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
buildToolsVersion "28.0.3"

defaultConfig {
versionCode 23
versionCode 24
versionName "${System.env.VERSION_STR}.${versionCode}"
minSdkVersion 14
targetSdkVersion 28
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 @@ -56,6 +56,6 @@
<translation type="gettext">minetest</translation>
<update_contact>[email protected]</update_contact>
<releases>
<release date="2019-03-04" version="5.0.0"/>
<release date="2019-03-31" version="5.0.1"/>
</releases>
</component>

0 comments on commit 76325d0

Please sign in to comment.