aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-12-13 11:09:48 +0100
committerSefa Eyeoglu <contact@scrumplex.net>2022-12-13 11:10:05 +0100
commit4f3786c2e11f266a06e5a8281bfa16087c5dd42e (patch)
treec4759fd9c4eadded206ee5b1324b9208337df69e
parent813663485d1443e6f2740857766efe88984a8487 (diff)
downloadPrismLauncher-4f3786c2e11f266a06e5a8281bfa16087c5dd42e.tar.gz
PrismLauncher-4f3786c2e11f266a06e5a8281bfa16087c5dd42e.tar.bz2
PrismLauncher-4f3786c2e11f266a06e5a8281bfa16087c5dd42e.zip
chore: bump to 7.0
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2bdd4811..75360f86 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -129,7 +129,7 @@ set(Launcher_NEWS_OPEN_URL "https://prismlauncher.org/news" CACHE STRING "URL th
set(Launcher_HELP_URL "https://prismlauncher.org/wiki/help-pages/%1" CACHE STRING "URL (with arg %1 to be substituted with page-id) that gets opened when the user requests help")
######## Set version numbers ########
-set(Launcher_VERSION_MAJOR 6)
+set(Launcher_VERSION_MAJOR 7)
set(Launcher_VERSION_MINOR 0)
set(Launcher_VERSION_NAME "${Launcher_VERSION_MAJOR}.${Launcher_VERSION_MINOR}")