Bump version to 0.3.7, update changelog

This commit is contained in:
Petr Mrázek 2014-06-26 08:41:50 +02:00
parent c081cd8021
commit c31dbf13cb
2 changed files with 3 additions and 1 deletions

View File

@ -104,7 +104,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 6)
set(MultiMC_VERSION_HOTFIX 7)
# Build number
set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.")

View File

@ -82,3 +82,5 @@
- Fix for translations on OSX not working
- Screenshot dialog should be harder to lose track of when used from the console window
- A crash handler implementation has been added.
0.3.7
- Fixed forge for 1.7.10-pre4 (and any future prereleases)