Back to develop

This commit is contained in:
Petr Mrázek 2014-09-06 13:05:17 +02:00
parent a59e83cd12
commit 36efcf8d3c
2 changed files with 5 additions and 2 deletions

View File

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

View File

@ -1,5 +1,8 @@
#MultiMC Changelog
##0.5.0
- In development...
##0.4.3
- Fix for issues with Minecraft version file updates
- Fix for console window related memory leak