forked from Mirrorlandia_minetest/minetest
Bump version to 0.4.17
This commit is contained in:
parent
aac35a6e7c
commit
ecbb9310de
@ -13,7 +13,7 @@ set(PROJECT_NAME_CAPITALIZED "Minetest")
|
||||
# Also remember to set PROTOCOL_VERSION in network/networkprotocol.h when releasing
|
||||
set(VERSION_MAJOR 0)
|
||||
set(VERSION_MINOR 4)
|
||||
set(VERSION_PATCH 16)
|
||||
set(VERSION_PATCH 17)
|
||||
set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
|
||||
|
||||
# Change to false for releases
|
||||
|
@ -14,7 +14,7 @@ android {
|
||||
buildToolsVersion "25.0.3"
|
||||
|
||||
defaultConfig {
|
||||
versionCode 17
|
||||
versionCode 18
|
||||
versionName "${System.env.VERSION_STR}.${versionCode}"
|
||||
minSdkVersion 9
|
||||
targetSdkVersion 9
|
||||
|
@ -1,4 +1,4 @@
|
||||
Minetest Lua Modding API Reference 0.4.16
|
||||
Minetest Lua Modding API Reference 0.4.17
|
||||
=========================================
|
||||
* More information at <http://www.minetest.net/>
|
||||
* Developer Wiki: <http://dev.minetest.net/>
|
||||
|
@ -1,4 +1,4 @@
|
||||
Minetest Lua Mainmenu API Reference 0.4.16
|
||||
Minetest Lua Mainmenu API Reference 0.4.17
|
||||
========================================
|
||||
|
||||
Introduction
|
||||
|
Loading…
Reference in New Issue
Block a user