From f53cd55fbbdc817ebadcb99abe3c54406c4b0e30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 29 Feb 2016 09:08:35 +0100 Subject: [PATCH] NOISSUE bump version number and update changelog for next release --- application/CMakeLists.txt | 2 +- changelog.md | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/application/CMakeLists.txt b/application/CMakeLists.txt index c0aeb9775..e3cadf741 100644 --- a/application/CMakeLists.txt +++ b/application/CMakeLists.txt @@ -6,7 +6,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 4) -set(MultiMC_VERSION_HOTFIX 11) +set(MultiMC_VERSION_HOTFIX 12) # 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 96f31ed6c..2e3872742 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,14 @@ -# MultiMC 0.4.11 +## MultiMC 0.4.12 + +See [features and bugfixes planned for 0.4.12](https://workflowy.com/s/4BkdTJIsPm). + +# Previous releases + +## MultiMC 0.4.11 This release contains mainly a workaround for Minecraft 1.9 support and returned support for OSX 10.7. -## **IMPORTANT** +### **IMPORTANT** - GH-1410: MultiMC crashes on launch on OSX 10.7 @@ -18,7 +24,7 @@ This release contains mainly a workaround for Minecraft 1.9 support and returned Some undocumented and unused features were removed from the format. Mostly version patches that removed libraries, advanced library application and merging rules, and things of similar nature. If you used them, you used an undocumented feature that is impossible to reach from the UI. -## Improvements +### Improvements - GH-1502: When the locally cached Minecraft version was deleted, the instance that needed it would have to be started twice @@ -28,8 +34,6 @@ This release contains mainly a workaround for Minecraft 1.9 support and returned This doesn't apply to every possible issue yet and will be expanded upon in the next release. -# Previous releases - ## MultiMC 0.4.10 Second hotfix for issues with wifi connections.