mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 19:52:36 +00:00
version 0.11.2
This commit is contained in:
@@ -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
|
||||
|
||||
10
web/news.txt
10
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
|
||||
==================================
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user