diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-09-06 13:05:17 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-09-06 13:05:17 +0200 |
commit | 36efcf8d3c0cbd7823fc65569cfc2b011435db2c (patch) | |
tree | b255648ddd9906fb080356d17b985da51313f8f3 | |
parent | a59e83cd12bc8e296493cd373968c2a4b866f9d2 (diff) | |
download | MultiMC-36efcf8d3c0cbd7823fc65569cfc2b011435db2c.tar MultiMC-36efcf8d3c0cbd7823fc65569cfc2b011435db2c.tar.gz MultiMC-36efcf8d3c0cbd7823fc65569cfc2b011435db2c.tar.lz MultiMC-36efcf8d3c0cbd7823fc65569cfc2b011435db2c.tar.xz MultiMC-36efcf8d3c0cbd7823fc65569cfc2b011435db2c.zip |
Back to develop
-rw-r--r-- | CMakeLists.txt | 4 | ||||
-rw-r--r-- | changelog.md | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a4a864c2..d11d21f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -105,8 +105,8 @@ 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 4) -set(MultiMC_VERSION_HOTFIX 2) +set(MultiMC_VERSION_MINOR 5) +set(MultiMC_VERSION_HOTFIX 0) # Build number set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.") diff --git a/changelog.md b/changelog.md index ca675338..428da158 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ #MultiMC Changelog +##0.5.0 +- In development... + ##0.4.3 - Fix for issues with Minecraft version file updates - Fix for console window related memory leak |