Update changelog and bump version to 0.4.0 (no tag yet, not final)

This commit is contained in:
Petr Mrázek 2014-06-26 21:49:05 +02:00
parent affb2fdd6c
commit d6e5c472b5
2 changed files with 6 additions and 2 deletions

View File

@ -103,8 +103,8 @@ 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_MINOR 4)
set(MultiMC_VERSION_HOTFIX 0)
# Build number
set(MultiMC_VERSION_BUILD -1 CACHE STRING "Build number. -1 for no build number.")

View File

@ -82,3 +82,7 @@
- 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)
0.4.0
- In Development...