diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-05-28 15:42:54 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-05-28 15:42:54 +0200 |
commit | 80627b4f8914c821f125893dc3c04380530d6e0b (patch) | |
tree | 1ae4f5253c7bd781fffd8ec8e686f44c18fc98f7 | |
parent | 83078cd49a8fbe67c535397a990a33c84b845b5c (diff) | |
download | PrismLauncher-80627b4f8914c821f125893dc3c04380530d6e0b.tar.gz PrismLauncher-80627b4f8914c821f125893dc3c04380530d6e0b.tar.bz2 PrismLauncher-80627b4f8914c821f125893dc3c04380530d6e0b.zip |
chore: bump version
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fcc2512d..320984df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,7 +74,7 @@ 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 0) +set(Launcher_VERSION_HOTFIX 1) # Build number set(Launcher_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.") |