Skip to content

Commit

Permalink
Bump version to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Apr 5, 2020
1 parent 09b8f5d commit 24147d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -21,7 +21,7 @@ set(VERSION_PATCH 0)
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
Expand Up @@ -28,7 +28,7 @@ android {
buildToolsVersion '29.0.2'

defaultConfig {
versionCode 25
versionCode 26
versionName "${System.env.VERSION_STR}.${versionCode}"
minSdkVersion 14
targetSdkVersion 29
Expand Down
2 changes: 1 addition & 1 deletion misc/net.minetest.minetest.appdata.xml
Expand Up @@ -62,6 +62,6 @@
<translation type="gettext">minetest</translation>
<update_contact>sfan5@live.de</update_contact>
<releases>
<release date="2019-10-12" version="5.1.0"/>
<release date="2020-04-05" version="5.2.0"/>
</releases>
</component>

0 comments on commit 24147d9

Please sign in to comment.