diff options
author | swirl <swurl@swurl.xyz> | 2022-01-27 17:23:50 -0500 |
---|---|---|
committer | swirl <swurl@swurl.xyz> | 2022-01-27 17:23:50 -0500 |
commit | 204e3dca22e5d4f14ded50e1dcd3f0af9ff3d88e (patch) | |
tree | 0afe4389666ff9dab7053b2071389cf3fc6d0b71 | |
parent | fd2269ac15257ebb42aaf19c7d217fb93ef16f3a (diff) | |
download | PrismLauncher-204e3dca22e5d4f14ded50e1dcd3f0af9ff3d88e.tar.gz PrismLauncher-204e3dca22e5d4f14ded50e1dcd3f0af9ff3d88e.tar.bz2 PrismLauncher-204e3dca22e5d4f14ded50e1dcd3f0af9ff3d88e.zip |
fix version
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 11903363..b2507a48 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,7 +51,7 @@ set(Launcher_NEWS_RSS_URL "https://multimc.org/rss.xml" CACHE STRING "URL to fet ######## Set version numbers ######## set(Launcher_VERSION_MAJOR 1) set(Launcher_VERSION_MINOR 0) -set(Launcher_VERSION_HOTFIX 5) +set(Launcher_VERSION_HOTFIX 6) # Build number set(Launcher_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.") |