diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-03-06 11:40:11 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-03-06 11:40:11 +0100 |
commit | ae39d16c11d5c4bc5d10e3cc87d5e55367ef2f9b (patch) | |
tree | c49d73633e3c476a80c9f8f819e2b84761ba374d | |
parent | 53468ea474fb29886192a6fab0a25d1219fd9a1c (diff) | |
download | PrismLauncher-ae39d16c11d5c4bc5d10e3cc87d5e55367ef2f9b.tar.gz PrismLauncher-ae39d16c11d5c4bc5d10e3cc87d5e55367ef2f9b.tar.bz2 PrismLauncher-ae39d16c11d5c4bc5d10e3cc87d5e55367ef2f9b.zip |
chore: bump to 1.1.0
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c370b6ea..d567af80 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,8 +51,8 @@ set(Launcher_NEWS_OPEN_URL "https://polymc.github.io/news/" CACHE STRING "URL th ######## 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.") |