diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-04-16 18:30:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-16 18:30:15 +0200 |
commit | c1398a6a1a28409eb918e87ab06dafd196b17c2f (patch) | |
tree | 49f340d6d1bcc1a863b9748144158adc634366a7 | |
parent | e11d1b52026a912d49ba6a7e5dd24a92bb962d27 (diff) | |
download | PrismLauncher-c1398a6a1a28409eb918e87ab06dafd196b17c2f.tar.gz PrismLauncher-c1398a6a1a28409eb918e87ab06dafd196b17c2f.tar.bz2 PrismLauncher-c1398a6a1a28409eb918e87ab06dafd196b17c2f.zip |
bump to 1.2.0
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1350a3ba..ee511a76 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,8 +68,8 @@ 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 1) -set(Launcher_VERSION_HOTFIX 1) +set(Launcher_VERSION_MINOR 2) +set(Launcher_VERSION_HOTFIX 0) # Build number set(Launcher_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.") |