aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLennyMcLennington <lenny@sneed.church>2022-03-26 09:55:06 +0000
committerGitHub <noreply@github.com>2022-03-26 09:55:06 +0000
commit87acaa092642a1c453169a29789755d57c511c2a (patch)
treeea7d1b546e6c07308d386eec5538a938209752c5 /CMakeLists.txt
parent92f3154e8f7c1421541a00ae7cf57f188cfe46a5 (diff)
parent95182ed74b3cea178a113eb64d62cf9d5086ad74 (diff)
downloadPrismLauncher-87acaa092642a1c453169a29789755d57c511c2a.tar.gz
PrismLauncher-87acaa092642a1c453169a29789755d57c511c2a.tar.bz2
PrismLauncher-87acaa092642a1c453169a29789755d57c511c2a.zip
Merge pull request #314 from Scrumplex/chore-bump-1.1.1
Bump to 1.1.1
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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.")