From 06080108f33e0b739a11c2875e62cb254b18dca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Thu, 21 May 2015 01:13:05 +0200 Subject: GH-980 update version number and changelog for 0.4.7 --- application/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application') 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.") -- cgit v1.2.3