aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <getchoo@tuta.io>2023-06-16 14:46:25 -0400
committerGitHub <noreply@github.com>2023-06-16 14:46:25 -0400
commit6bc1150ad0c154a8591aaaccf15309463f1d009d (patch)
treec2848ad507f19b0f8ba3f9ef401033046e4e7c8d
parent412349ac58be5729b72a80c2cc0b7f5342667fea (diff)
parente8b0a7c6f02772dbe3fc1a205595f5fa30003ec3 (diff)
downloadPrismLauncher-6bc1150ad0c154a8591aaaccf15309463f1d009d.tar.gz
PrismLauncher-6bc1150ad0c154a8591aaaccf15309463f1d009d.tar.bz2
PrismLauncher-6bc1150ad0c154a8591aaaccf15309463f1d009d.zip
Merge pull request #1187 from getchoo/rel-8.0
chore: bump to 8.0
-rw-r--r--CMakeLists.txt2
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}")