NOISSUE change version to 0.6.1 and update the changelog

This commit is contained in:
Petr Mrázek
2018-01-29 23:56:03 +01:00
parent 088e8e0eff
commit 3843a4ddb9
2 changed files with 37 additions and 5 deletions

View File

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