diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-11-05 14:35:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-05 14:35:21 +0100 |
commit | 82256a2fe8c8d66116ce7a8f003ccfa906ed8e96 (patch) | |
tree | 0dd6918d21f6b61989b494ea8092d070b31e6c75 | |
parent | 2dde26e485a1f7680931693b5e5c1e9b475c0386 (diff) | |
parent | 016b3448e81105b60c8c7b42cd41b760eb4b60ed (diff) | |
download | PrismLauncher-82256a2fe8c8d66116ce7a8f003ccfa906ed8e96.tar.gz PrismLauncher-82256a2fe8c8d66116ce7a8f003ccfa906ed8e96.tar.bz2 PrismLauncher-82256a2fe8c8d66116ce7a8f003ccfa906ed8e96.zip |
Merge pull request #400 from DioEgizio/bump-6.0
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 22692dae..0db05f98 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -126,7 +126,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 5) +set(Launcher_VERSION_MAJOR 6) set(Launcher_VERSION_MINOR 0) set(Launcher_VERSION_NAME "${Launcher_VERSION_MAJOR}.${Launcher_VERSION_MINOR}") |