diff options
| author | sfan5 <sfan5@live.de> | 2020-07-09 22:04:20 +0200 |
|---|---|---|
| committer | sfan5 <sfan5@live.de> | 2020-07-09 22:04:20 +0200 |
| commit | 057f0b82c23d5ad4efe044fe0f0d8753eb3a8bcf (patch) | |
| tree | 3d3cfdf535bb8e3175c513838cc6e6b617de83ba /CMakeLists.txt | |
| parent | 70df3d54f37c280f7afe60f6e964b8406577f39f (diff) | |
| download | minetest-5.3.0.tar.xz | |
Bump version to 5.3.05.3.0
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a5f644652..8d33a2a7e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) |
