NOISSUE set version to 0.5.0

This commit is contained in:
Petr Mrázek 2017-01-08 05:00:24 +01:00
parent f530aae9d3
commit 12c3683ec0

View File

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