summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2020-03-29 03:12:57 +0200
committerPetr Mrázek <peterix@gmail.com>2020-03-29 03:12:57 +0200
commit3ad9ea507e945709b01a5fcc51a60f7c45ad4c38 (patch)
tree61c1a288901aefe8ada5ebe10ba7336e69333c6c /CMakeLists.txt
parentc9e851f12f501657629e41339ad604c3cfba82e1 (diff)
downloadMultiMC-0.6.11.tar
MultiMC-0.6.11.tar.gz
MultiMC-0.6.11.tar.lz
MultiMC-0.6.11.tar.xz
MultiMC-0.6.11.zip
NOISSUE update version number, changelog and credits in about dialog0.6.11
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ede71307..c4a7e52e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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.")