diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-03-20 15:11:43 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-03-20 15:11:43 +0100 |
commit | 95182ed74b3cea178a113eb64d62cf9d5086ad74 (patch) | |
tree | af23ce47a9eecde10568b2b070cbcb02b193d323 /CMakeLists.txt | |
parent | 8bc6cdf55c143313616aefe12a3c8bf7f0b67557 (diff) | |
download | PrismLauncher-95182ed74b3cea178a113eb64d62cf9d5086ad74.tar.gz PrismLauncher-95182ed74b3cea178a113eb64d62cf9d5086ad74.tar.bz2 PrismLauncher-95182ed74b3cea178a113eb64d62cf9d5086ad74.zip |
chore: bump version
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 7537703c..52170460 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,7 @@ set(Launcher_HELP_URL "https://polymc.org/wiki/%1" CACHE STRING "URL (with arg % ######## Set version numbers ######## set(Launcher_VERSION_MAJOR 1) set(Launcher_VERSION_MINOR 1) -set(Launcher_VERSION_HOTFIX 0) +set(Launcher_VERSION_HOTFIX 1) # Build number set(Launcher_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.") |