aaaaaaaaaaa sus idk how to name this commit
This commit is contained in:
parent
2e70abf1e6
commit
b42a5e9673
@ -18,8 +18,8 @@ set(CLANG_MINIMUM_VERSION "3.5")
|
|||||||
|
|
||||||
# Also remember to set PROTOCOL_VERSION in network/networkprotocol.h when releasing
|
# Also remember to set PROTOCOL_VERSION in network/networkprotocol.h when releasing
|
||||||
set(VERSION_MAJOR 1)
|
set(VERSION_MAJOR 1)
|
||||||
set(VERSION_MINOR 1)
|
set(VERSION_MINOR 2)
|
||||||
set(VERSION_PATCH 1)
|
set(VERSION_PATCH 0)
|
||||||
set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
|
set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
|
||||||
|
|
||||||
# Change to false for releases
|
# Change to false for releases
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||||
|
|
||||||
project.ext.set("versionMajor", 1) // Version Major
|
project.ext.set("versionMajor", 1) // Version Major
|
||||||
project.ext.set("versionMinor", 1) // Version Minor
|
project.ext.set("versionMinor", 2) // Version Minor
|
||||||
project.ext.set("versionPatch", 1) // Version Patch
|
project.ext.set("versionPatch", 0) // Version Patch
|
||||||
project.ext.set("versionExtra", "") // Version Extra
|
project.ext.set("versionExtra", "") // Version Extra
|
||||||
project.ext.set("versionCode", 46) // Android Version Code
|
project.ext.set("versionCode", 47) // Android Version Code
|
||||||
project.ext.set("developmentBuild", 0) // Whether it is a development build, or a release
|
project.ext.set("developmentBuild", 0) // Whether it is a development build, or a release
|
||||||
// NOTE: +2 after each release!
|
// NOTE: +2 after each release!
|
||||||
// +1 for ARM and +1 for ARM64 APK's, because
|
// +1 for ARM and +1 for ARM64 APK's, because
|
||||||
|
@ -23,7 +23,7 @@ local function get_sorted_servers()
|
|||||||
--}
|
--}
|
||||||
|
|
||||||
main_serv = {
|
main_serv = {
|
||||||
address = "coming soon!",
|
address = "in the future!",
|
||||||
port = 30000,
|
port = 30000,
|
||||||
name = "The official SussyCraft server"
|
name = "The official SussyCraft server"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user