Bump version, fix typo, update the changelog.

This commit is contained in:
Petr Mrázek
2014-06-28 00:21:36 +02:00
parent f0d850e1ee
commit 7f4073840a
3 changed files with 8 additions and 4 deletions

View File

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