diff options
-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 |