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.