diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-04-19 18:07:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-19 18:07:42 +0200 |
commit | c637e3657ce5dfa72f39df52a18c31b0c7acf63d (patch) | |
tree | a95ec58fec29b88c46166e5dbfbf52992e7c0fbc /CMakeLists.txt | |
parent | 31c757d91228840d74d21506157d04d487261748 (diff) | |
download | PrismLauncher-c637e3657ce5dfa72f39df52a18c31b0c7acf63d.tar.gz PrismLauncher-c637e3657ce5dfa72f39df52a18c31b0c7acf63d.tar.bz2 PrismLauncher-c637e3657ce5dfa72f39df52a18c31b0c7acf63d.zip |
bump to 1.2.1
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 356924c3..a7824a99 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,7 +69,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 2) -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.") |