summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--lib/system.nim2
-rw-r--r--web/news.txt10
-rw-r--r--web/ticker.txt6
3 files changed, 14 insertions, 4 deletions
diff --git a/lib/system.nim b/lib/system.nim
index a12df411c..ca4c81411 100644
--- a/lib/system.nim
+++ b/lib/system.nim
@@ -1535,7 +1535,7 @@ const
   NimMinor*: int = 11
     ## is the minor number of Nim's version.
 
-  NimPatch*: int = 1
+  NimPatch*: int = 2
     ## is the patch number of Nim's version.
 
   NimVersion*: string = $NimMajor & "." & $NimMinor & "." & $NimPatch
diff --git a/web/news.txt b/web/news.txt
index 020f9a4e4..17aba5644 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -18,6 +18,16 @@ News
   --------
 
 
+2015-05-04 Version 0.11.2 released
+==================================
+
+This is just a bugfix release that fixes the most pressing regressions we
+introduced with version 0.11.0. The way type are computed was
+changed significantly causing all sort of problems. Sorry for the
+inconvenience; we grew overconfident our large test suite would prevent these
+things.
+
+
 2015-04-30 Version 0.11.0 released
 ==================================
 
diff --git a/web/ticker.txt b/web/ticker.txt
index 799246521..4840e4039 100644
--- a/web/ticker.txt
+++ b/web/ticker.txt
@@ -1,6 +1,6 @@
-<a class="news" href="news.html#Z2015-04-30-version-0-11-0-released">
-  <h4>Apr 30, 2015</h4>
-  <p>Nim version 0.11.0 has been released!</p>
+<a class="news" href="news.html#Z2015-05-04-version-0-11-2-released">
+  <h4>May 4, 2015</h4>
+  <p>Nim version 0.11.2 has been released!</p>
 </a>
 
 <a class="news" href="news.html#Z2014-12-29-version-0-10-2-released">