diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-05-29 17:05:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-29 17:05:02 +0200 |
commit | 73e46e569fa2ef8ad95afe1b12b76fd1c6f78155 (patch) | |
tree | fe268caa7f95e5616d255ebba1994eedb7a4c2d8 | |
parent | 4f0f74d2011f23089f1a9240c6b12ddb3e746da7 (diff) | |
parent | 80627b4f8914c821f125893dc3c04380530d6e0b (diff) | |
download | PrismLauncher-73e46e569fa2ef8ad95afe1b12b76fd1c6f78155.tar.gz PrismLauncher-73e46e569fa2ef8ad95afe1b12b76fd1c6f78155.tar.bz2 PrismLauncher-73e46e569fa2ef8ad95afe1b12b76fd1c6f78155.zip |
Merge pull request #662 from Scrumplex/chore-bump-1.3.1
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b7fabcbe..11d58213 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.") |