summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-06-26 21:49:05 +0200
committerPetr Mrázek <peterix@gmail.com>2014-06-26 21:49:05 +0200
commitd6e5c472b51b3150cdac0e4b63ca89a171d881af (patch)
treee02cfe02f16cc290ada9daeccb235a700dbcf3ef
parentaffb2fdd6c7c7d82fb812b88c61ccadeea8104f3 (diff)
downloadMultiMC-d6e5c472b51b3150cdac0e4b63ca89a171d881af.tar
MultiMC-d6e5c472b51b3150cdac0e4b63ca89a171d881af.tar.gz
MultiMC-d6e5c472b51b3150cdac0e4b63ca89a171d881af.tar.lz
MultiMC-d6e5c472b51b3150cdac0e4b63ca89a171d881af.tar.xz
MultiMC-d6e5c472b51b3150cdac0e4b63ca89a171d881af.zip
Update changelog and bump version to 0.4.0 (no tag yet, not final)
-rw-r--r--CMakeLists.txt4
-rw-r--r--changelog.yaml4
2 files changed, 6 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index af8dca4b..2968e548 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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.")
diff --git a/changelog.yaml b/changelog.yaml
index 40c344d2..b1e4974c 100644
--- a/changelog.yaml
+++ b/changelog.yaml
@@ -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... \ No newline at end of file