aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-05-29 17:05:02 +0200
committerGitHub <noreply@github.com>2022-05-29 17:05:02 +0200
commit73e46e569fa2ef8ad95afe1b12b76fd1c6f78155 (patch)
treefe268caa7f95e5616d255ebba1994eedb7a4c2d8
parent4f0f74d2011f23089f1a9240c6b12ddb3e746da7 (diff)
parent80627b4f8914c821f125893dc3c04380530d6e0b (diff)
downloadPrismLauncher-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.txt2
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.")