diff options
author | Araq <rumpf_a@web.de> | 2015-05-04 14:31:30 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-05-04 16:47:41 +0200 |
commit | 288400761ce29a30426cbea3bb38c47992fa229b (patch) | |
tree | 6308b0413c2d05981895772a3d59d6a66f7609de | |
parent | 0775402f55d7683499762751aae9c8920d782674 (diff) | |
download | Nim-288400761ce29a30426cbea3bb38c47992fa229b.tar.gz |
version 0.11.2
-rw-r--r-- | lib/system.nim | 2 | ||||
-rw-r--r-- | web/news.txt | 10 | ||||
-rw-r--r-- | web/ticker.txt | 6 |
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"> |