NOISSUE update version number, changelog and credits in about dialog

This commit is contained in:
Petr Mrázek
2020-03-29 03:12:57 +02:00
parent c9e851f12f
commit 3ad9ea507e
3 changed files with 21 additions and 3 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 10)
set(MultiMC_VERSION_HOTFIX 11)
# Build number
set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.")