diff options
author | seth <getchoo@tuta.io> | 2023-06-14 12:45:08 -0400 |
---|---|---|
committer | seth <getchoo@tuta.io> | 2023-06-14 12:45:08 -0400 |
commit | e8b0a7c6f02772dbe3fc1a205595f5fa30003ec3 (patch) | |
tree | b2929fb8a809c738e7d32425f2a619fa05fbf278 /CMakeLists.txt | |
parent | a4502f44c291fad2174e84bf883cdb754aa08e28 (diff) | |
download | PrismLauncher-e8b0a7c6f02772dbe3fc1a205595f5fa30003ec3.tar.gz PrismLauncher-e8b0a7c6f02772dbe3fc1a205595f5fa30003ec3.tar.bz2 PrismLauncher-e8b0a7c6f02772dbe3fc1a205595f5fa30003ec3.zip |
chore: bump to 8.0
Signed-off-by: seth <getchoo@tuta.io>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6bd12630..70a55319 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -138,7 +138,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 7) +set(Launcher_VERSION_MAJOR 8) set(Launcher_VERSION_MINOR 0) set(Launcher_VERSION_NAME "${Launcher_VERSION_MAJOR}.${Launcher_VERSION_MINOR}") |