summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2018-01-29 23:56:03 +0100
committerPetr Mrázek <peterix@gmail.com>2018-01-29 23:56:03 +0100
commit3843a4ddb94f4be1b88d9564e3be3a7fc8f6a1e5 (patch)
treead5f36d9751fa12dd9c8e36c3f77c28e38ede6e8 /CMakeLists.txt
parent088e8e0effa3842932b38651dce93ff6a470bba4 (diff)
downloadMultiMC-3843a4ddb94f4be1b88d9564e3be3a7fc8f6a1e5.tar
MultiMC-3843a4ddb94f4be1b88d9564e3be3a7fc8f6a1e5.tar.gz
MultiMC-3843a4ddb94f4be1b88d9564e3be3a7fc8f6a1e5.tar.lz
MultiMC-3843a4ddb94f4be1b88d9564e3be3a7fc8f6a1e5.tar.xz
MultiMC-3843a4ddb94f4be1b88d9564e3be3a7fc8f6a1e5.zip
NOISSUE change version to 0.6.1 and update the changelog
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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.")