diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-05-15 22:48:00 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-05-15 22:48:00 +0200 |
commit | a6a5241e120ac0f5bc43e8460379091979af850c (patch) | |
tree | 16b279011d10aa2f1e33b85287351bad761259e8 /CMakeLists.txt | |
parent | cf616efb5da6240db80a810f96abd8e8325ff3c9 (diff) | |
download | MultiMC-a6a5241e120ac0f5bc43e8460379091979af850c.tar MultiMC-a6a5241e120ac0f5bc43e8460379091979af850c.tar.gz MultiMC-a6a5241e120ac0f5bc43e8460379091979af850c.tar.lz MultiMC-a6a5241e120ac0f5bc43e8460379091979af850c.tar.xz MultiMC-a6a5241e120ac0f5bc43e8460379091979af850c.zip |
Bump version to 0.3.50.3.5
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 85ac4b57..d7c9e6fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,7 +83,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 3) -set(MultiMC_VERSION_HOTFIX 4) +set(MultiMC_VERSION_HOTFIX 5) # Build number set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.") |