File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ set(CLANG_MINIMUM_VERSION "3.4")
12
12
13
13
# Also remember to set PROTOCOL_VERSION in network/networkprotocol.h when releasing
14
14
set (VERSION_MAJOR 5)
15
- set (VERSION_MINOR 4 )
15
+ set (VERSION_MINOR 5 )
16
16
set (VERSION_PATCH 0)
17
17
set (VERSION_EXTRA "" CACHE STRING "Stuff to append to version string" )
18
18
19
19
# Change to false for releases
20
- set (DEVELOPMENT_BUILD FALSE )
20
+ set (DEVELOPMENT_BUILD TRUE )
21
21
22
22
set (VERSION_STRING "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} " )
23
23
if (VERSION_EXTRA)
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
project. ext. set(" versionMajor" , 5 ) // Version Major
4
- project. ext. set(" versionMinor" , 4 ) // Version Minor
4
+ project. ext. set(" versionMinor" , 5 ) // Version Minor
5
5
project. ext. set(" versionPatch" , 0 ) // Version Patch
6
- project. ext. set(" versionExtra" , " " ) // Version Extra
6
+ project. ext. set(" versionExtra" , " -dev " ) // Version Extra
7
7
project. ext. set(" versionCode" , 32 ) // Android Version Code
8
8
// NOTE: +2 after each release!
9
9
// +1 for ARM and +1 for ARM64 APK's, because
Original file line number Diff line number Diff line change 1
- Minetest Lua Client Modding API Reference 5.4 .0
1
+ Minetest Lua Client Modding API Reference 5.5 .0
2
2
================================================
3
3
* More information at <http://www.minetest.net/>
4
4
* Developer Wiki: <http://dev.minetest.net/>
Original file line number Diff line number Diff line change 1
- Minetest Lua Mainmenu API Reference 5.4 .0
1
+ Minetest Lua Mainmenu API Reference 5.5 .0
2
2
=========================================
3
3
4
4
Introduction
You can’t perform that action at this time.
0 commit comments