NOISSUE bump release version to 0.6.2

This commit is contained in:
Petr Mrázek 2018-04-08 21:22:07 +02:00
parent 8cefc76108
commit 8ec36e2cb9

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 1)
set(MultiMC_VERSION_HOTFIX 2)
# Build number
set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.")