summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-05-21 01:13:05 +0200
committerPetr Mrázek <peterix@gmail.com>2015-05-21 01:13:05 +0200
commit06080108f33e0b739a11c2875e62cb254b18dca5 (patch)
tree9246d1c2a49f657bf9322bae4b8d2e3c02dfdebd /application
parent08898c7c63bbd32788db1609769105a2a534cfb4 (diff)
downloadMultiMC-06080108f33e0b739a11c2875e62cb254b18dca5.tar
MultiMC-06080108f33e0b739a11c2875e62cb254b18dca5.tar.gz
MultiMC-06080108f33e0b739a11c2875e62cb254b18dca5.tar.lz
MultiMC-06080108f33e0b739a11c2875e62cb254b18dca5.tar.xz
MultiMC-06080108f33e0b739a11c2875e62cb254b18dca5.zip
GH-980 update version number and changelog for 0.4.7
Diffstat (limited to 'application')
-rw-r--r--application/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt
index b35eabea..bd7fc64e 100644
--- a/application/CMakeLists.txt
+++ b/application/CMakeLists.txt
@@ -6,7 +6,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 4)
-set(MultiMC_VERSION_HOTFIX 6)
+set(MultiMC_VERSION_HOTFIX 7)
# Build number
set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.")