summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2019-01-06 22:56:05 +0100
committerPetr Mrázek <peterix@gmail.com>2019-01-06 22:56:05 +0100
commit819503d53083a1b39a6d16285c8753ff9525584d (patch)
treeee76cd4705ec984a08cb68dfd64bb1e0a9d2111f
parentd6ace374d8377a2184d27cc6c2921e950815dd8d (diff)
downloadMultiMC-819503d53083a1b39a6d16285c8753ff9525584d.tar
MultiMC-819503d53083a1b39a6d16285c8753ff9525584d.tar.gz
MultiMC-819503d53083a1b39a6d16285c8753ff9525584d.tar.lz
MultiMC-819503d53083a1b39a6d16285c8753ff9525584d.tar.xz
MultiMC-819503d53083a1b39a6d16285c8753ff9525584d.zip
NOISSUE bump version to 0.6.5
-rw-r--r--CMakeLists.txt2
-rw-r--r--changelog.md12
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.