Set version to 0.4.4 for release

This commit is contained in:
Petr Mrázek
2014-11-15 23:23:47 +01:00
parent 3d2de6add8
commit 940f160091
2 changed files with 15 additions and 4 deletions

View File

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