From b42a5e96737c14b87565f9763c981a78dec4d5ee Mon Sep 17 00:00:00 2001 From: Looki2000 Date: Sat, 29 Apr 2023 21:46:33 +0200 Subject: [PATCH] aaaaaaaaaaa sus idk how to name this commit --- CMakeLists.txt | 4 ++-- android/build.gradle | 6 +++--- builtin/mainmenu/tab_online.lua | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 367cc1a..8a4a5df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,8 +18,8 @@ set(CLANG_MINIMUM_VERSION "3.5") # Also remember to set PROTOCOL_VERSION in network/networkprotocol.h when releasing set(VERSION_MAJOR 1) -set(VERSION_MINOR 1) -set(VERSION_PATCH 1) +set(VERSION_MINOR 2) +set(VERSION_PATCH 0) set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string") # Change to false for releases diff --git a/android/build.gradle b/android/build.gradle index 7e2f6f7..e6e5eb6 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,10 +1,10 @@ // 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("versionMinor", 1) // Version Minor -project.ext.set("versionPatch", 1) // Version Patch +project.ext.set("versionMinor", 2) // Version Minor +project.ext.set("versionPatch", 0) // Version Patch 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 // NOTE: +2 after each release! // +1 for ARM and +1 for ARM64 APK's, because diff --git a/builtin/mainmenu/tab_online.lua b/builtin/mainmenu/tab_online.lua index bfb6cfd..a9d2e28 100644 --- a/builtin/mainmenu/tab_online.lua +++ b/builtin/mainmenu/tab_online.lua @@ -23,7 +23,7 @@ local function get_sorted_servers() --} main_serv = { - address = "coming soon!", + address = "in the future!", port = 30000, name = "The official SussyCraft server" }