diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-12-13 11:09:48 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-12-13 11:10:05 +0100 |
commit | 4f3786c2e11f266a06e5a8281bfa16087c5dd42e (patch) | |
tree | c4759fd9c4eadded206ee5b1324b9208337df69e | |
parent | 813663485d1443e6f2740857766efe88984a8487 (diff) | |
download | PrismLauncher-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.txt | 2 |
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}") |