From 819503d53083a1b39a6d16285c8753ff9525584d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 6 Jan 2019 22:56:05 +0100 Subject: NOISSUE bump version to 0.6.5 --- CMakeLists.txt | 2 +- changelog.md | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a0acbae7..d1bf04cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ set(MultiMC_NEWS_RSS_URL "https://multimc.org/rss.xml" CACHE STRING "URL to fetc ######## Set version numbers ######## set(MultiMC_VERSION_MAJOR 0) set(MultiMC_VERSION_MINOR 6) -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.md b/changelog.md index fc28f306..e0fdfd80 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,14 @@ -# MultiMC 0.6.4 +# MultiMC 0.6.5 + +Work in progress... + +# Previous releases + +## MultiMC 0.6.4 Update for a better translation workflow, and new FTB API location. -## New or changed features +### New or changed features - FTB API location has changed @@ -22,8 +28,6 @@ Update for a better translation workflow, and new FTB API location. When using a `.po` file, MultiMC logs which strings are missing from the translation on the currently displayed UI screen(s), and which one are marked as fuzzy. This should make it easy to determine what's important. -# Previous releases - ## MultiMC 0.6.3 This is a release mostly aimed at getting all the small changes and fixes out of the door. -- cgit v1.2.3