diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-06-11 19:35:40 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-06-11 19:35:40 +0200 |
commit | 8683d529fc8182adc394a851bb9d1c4c68bf959e (patch) | |
tree | c3fee4c0e9e27aac106710c76b262156aa333cb0 | |
parent | 9bbf50e864ed1897aa1814182010e4d27d041533 (diff) | |
download | PrismLauncher-8683d529fc8182adc394a851bb9d1c4c68bf959e.tar.gz PrismLauncher-8683d529fc8182adc394a851bb9d1c4c68bf959e.tar.bz2 PrismLauncher-8683d529fc8182adc394a851bb9d1c4c68bf959e.zip |
chore: bump version
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 11d58213..0fed9f18 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,8 +73,8 @@ set(Launcher_HELP_URL "https://polymc.org/wiki/help-pages/%1" CACHE STRING "URL ######## Set version numbers ######## set(Launcher_VERSION_MAJOR 1) -set(Launcher_VERSION_MINOR 3) -set(Launcher_VERSION_HOTFIX 1) +set(Launcher_VERSION_MINOR 4) +set(Launcher_VERSION_HOTFIX 0) # Build number set(Launcher_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.") |