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 | |
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
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | changelog.yaml | 4 |
2 files changed, 5 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.") diff --git a/changelog.yaml b/changelog.yaml index f850d6d2..7fb75534 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -72,3 +72,7 @@ - Add french translation - Download and cache FML libs for legacy versions - Update the OS X icon + - Fix FTB libraries not being used properly +0.3.5 + - More versions are now selectable when changing instance versions + - Fix for Forge/FML changing its mcmod.info metadata format |