Update changelog and set version to 0.6.8

This commit is contained in:
Petr Mrázek
2020-02-08 15:00:20 +01:00
parent bc98181ec2
commit 08f85f1a93
2 changed files with 53 additions and 7 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 7)
set(MultiMC_VERSION_HOTFIX 8)
# Build number
set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.")