summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-01-22 22:40:17 +0100
committerPetr Mrázek <peterix@gmail.com>2014-01-22 22:40:17 +0100
commitd7113de3bd3cb43b1bc68792cd27a716b012f2b5 (patch)
tree6fd5c0ae403bb8d08c75a44b9cf4e08a4f3f6bf1 /CMakeLists.txt
parentc46c508fc6d168e6595e3624cfaa1fde0f495b90 (diff)
downloadMultiMC-d7113de3bd3cb43b1bc68792cd27a716b012f2b5.tar
MultiMC-d7113de3bd3cb43b1bc68792cd27a716b012f2b5.tar.gz
MultiMC-d7113de3bd3cb43b1bc68792cd27a716b012f2b5.tar.lz
MultiMC-d7113de3bd3cb43b1bc68792cd27a716b012f2b5.tar.xz
MultiMC-d7113de3bd3cb43b1bc68792cd27a716b012f2b5.zip
Hotfix 0.2.1 for twitch.0.2.1
Add to the changelog and tweak the version number.
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 0b276cf8..047b9edf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -93,7 +93,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 2)
-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.")