GH-1422 bump version to 0.4.10 and update changelog

This commit is contained in:
Petr Mrázek
2016-01-22 02:00:20 +01:00
parent cbd4b88e91
commit 7ca9f92343
2 changed files with 22 additions and 4 deletions

View File

@ -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 9)
set(MultiMC_VERSION_HOTFIX 10)
# Build number
set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.")