diff options
author | Forkk <forkk@forkk.net> | 2014-05-01 13:10:46 -0500 |
---|---|---|
committer | Forkk <forkk@forkk.net> | 2014-05-01 13:10:46 -0500 |
commit | cba22f7ee0238967d010766640475be323eaf6da (patch) | |
tree | 643c50d9c225ab67ad6d71c831776dfeebf86a27 | |
parent | 3d8f6ac6406d4b4fa8b34f609aefaea26c9adc11 (diff) | |
download | MultiMC-cba22f7ee0238967d010766640475be323eaf6da.tar MultiMC-cba22f7ee0238967d010766640475be323eaf6da.tar.gz MultiMC-cba22f7ee0238967d010766640475be323eaf6da.tar.lz MultiMC-cba22f7ee0238967d010766640475be323eaf6da.tar.xz MultiMC-cba22f7ee0238967d010766640475be323eaf6da.zip |
Bump version and update changelog.
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | changelog.yaml | 9 |
2 files changed, 9 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0707571b..85ac4b57 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,7 +83,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 3) -set(MultiMC_VERSION_HOTFIX 2) +set(MultiMC_VERSION_HOTFIX 4) # Build number set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.") diff --git a/changelog.yaml b/changelog.yaml index db5a3e56..f850d6d2 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -64,4 +64,11 @@ - Tweak context menu to prevent accidental clicks - Fix adding icons to custom icon directories - Added a Patreon button to the toolbar - - Minecraft authentication tasks now provide better error reports
\ No newline at end of file + - Minecraft authentication tasks now provide better error reports +0.3.4: + - Show a list of Patreon patrons in credits section of the about dialog + - Make the console window raise itself after minecraft closes + - Add Control/Command+q shortcut to quit from the main window + - Add french translation + - Download and cache FML libs for legacy versions + - Update the OS X icon |