Skip to content

Commit

Permalink
NOISSUE bump version to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
peterix committed Jan 6, 2019
1 parent d6ace37 commit 819503d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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.")
Expand Down
12 changes: 8 additions & 4 deletions 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

Expand All @@ -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.
Expand Down

0 comments on commit 819503d

Please sign in to comment.