NOISSUE bump version to 0.6.4 and update changelog

This commit is contained in:
Petr Mrázek
2019-01-06 22:28:27 +01:00
parent 4474d269cc
commit 6a21c043ce
2 changed files with 26 additions and 3 deletions

View File

@ -46,7 +46,7 @@ set(MultiMC_NEWS_RSS_URL "https://multimc.org/rss.xml" CACHE STRING "URL to fetc
######## Set version numbers ########
set(MultiMC_VERSION_MAJOR 0)
set(MultiMC_VERSION_MINOR 6)
set(MultiMC_VERSION_HOTFIX 3)
set(MultiMC_VERSION_HOTFIX 4)
# Build number
set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.")