NOISSUE bump version to 0.6.5

This commit is contained in:
Petr Mrázek
2019-01-06 22:56:05 +01:00
parent d6ace374d8
commit 819503d530
2 changed files with 9 additions and 5 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 4)
set(MultiMC_VERSION_HOTFIX 5)
# Build number
set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.")