diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-12-14 11:33:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-14 11:33:46 +0100 |
commit | 6ede02bb847c24a25573b12f039433bb35ca241a (patch) | |
tree | 07995533035f3a314e7c90c17cc22355dda299c9 | |
parent | e05ccc0e55488837eb8f6f88354a2f8a90ce2474 (diff) | |
parent | 4f3786c2e11f266a06e5a8281bfa16087c5dd42e (diff) | |
download | PrismLauncher-6ede02bb847c24a25573b12f039433bb35ca241a.tar.gz PrismLauncher-6ede02bb847c24a25573b12f039433bb35ca241a.tar.bz2 PrismLauncher-6ede02bb847c24a25573b12f039433bb35ca241a.zip |
Merge pull request #608 from Scrumplex/bump-7.0
-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}") |