diff options
author | Petr Mrázek <peterix@gmail.com> | 2018-01-29 23:56:03 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2018-01-29 23:56:03 +0100 |
commit | 3843a4ddb94f4be1b88d9564e3be3a7fc8f6a1e5 (patch) | |
tree | ad5f36d9751fa12dd9c8e36c3f77c28e38ede6e8 /CMakeLists.txt | |
parent | 088e8e0effa3842932b38651dce93ff6a470bba4 (diff) | |
download | PrismLauncher-3843a4ddb94f4be1b88d9564e3be3a7fc8f6a1e5.tar.gz PrismLauncher-3843a4ddb94f4be1b88d9564e3be3a7fc8f6a1e5.tar.bz2 PrismLauncher-3843a4ddb94f4be1b88d9564e3be3a7fc8f6a1e5.zip |
NOISSUE change version to 0.6.1 and update the changelog
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 acfb7512..d6fe07ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ set(MultiMC_NEWS_RSS_URL "http://multimc.org/rss.xml" CACHE STRING "URL to fetch ######## Set version numbers ######## set(MultiMC_VERSION_MAJOR 0) set(MultiMC_VERSION_MINOR 6) -set(MultiMC_VERSION_HOTFIX 0) +set(MultiMC_VERSION_HOTFIX 1) # Build number set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.") |