diff options
author | LennyMcLennington <lenny@sneed.church> | 2022-03-12 13:34:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-12 13:34:36 +0000 |
commit | 9f8983b570fe3ddb9f689e1223ff3d2c7fff8b53 (patch) | |
tree | 4fbf1ee96bdc3804d94d30bd9bfb207463a0d591 /CMakeLists.txt | |
parent | e42c5b00a4efe4e8f6393d84f08d395ed52801ce (diff) | |
parent | ae39d16c11d5c4bc5d10e3cc87d5e55367ef2f9b (diff) | |
download | PrismLauncher-9f8983b570fe3ddb9f689e1223ff3d2c7fff8b53.tar.gz PrismLauncher-9f8983b570fe3ddb9f689e1223ff3d2c7fff8b53.tar.bz2 PrismLauncher-9f8983b570fe3ddb9f689e1223ff3d2c7fff8b53.zip |
Merge pull request #235 from Scrumplex/chore-bump-1.1.0
Bump to 1.1.0
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e633eb55..5250d0ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,8 +52,8 @@ 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 0) -set(Launcher_VERSION_HOTFIX 6) +set(Launcher_VERSION_MINOR 1) +set(Launcher_VERSION_HOTFIX 0) # Build number set(Launcher_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.") |