Update changelog and bump version to 0.4.0 (no tag yet, not final)

This commit is contained in:
Petr Mrázek
2014-06-26 21:49:05 +02:00
parent affb2fdd6c
commit d6e5c472b5
2 changed files with 6 additions and 2 deletions

View File

@ -103,8 +103,8 @@ 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 3)
set(MultiMC_VERSION_HOTFIX 6)
set(MultiMC_VERSION_MINOR 4)
set(MultiMC_VERSION_HOTFIX 0)
# Build number
set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.")