updated to version 0.16.0

This commit is contained in:
Araq
2017-01-07 21:44:40 +01:00
parent e95c5c926c
commit fc636e2d12
4 changed files with 11 additions and 8 deletions

View File

@@ -1845,10 +1845,10 @@ const
NimMajor*: int = 0
## is the major number of Nim's version.
NimMinor*: int = 15
NimMinor*: int = 16
## is the minor number of Nim's version.
NimPatch*: int = 3
NimPatch*: int = 0
## is the patch number of Nim's version.
NimVersion*: string = $NimMajor & "." & $NimMinor & "." & $NimPatch

View File

@@ -2,6 +2,9 @@
News
====
`2017-01-08 Nim Version 0.16.0 released <news/e029_version_0_16_0.html>`_
===================================
`2016-11-20 Nim in Action is going into production! <news/e030_nim_in_action_in_production.html>`_
===================================

View File

@@ -3,7 +3,7 @@ Version 0.16.0 released
.. container:: metadata
Posted by The Nim Team on dd/mm/yyyy
Posted by The Nim Team on 08/01/2017
We're happy to announce that the latest release of Nim, version 0.16.0, is now
available!

View File

@@ -1,3 +1,8 @@
<a class="news" href="$1news/e029_version_0_16_0.html">
<h4>January 8, 2017</h4>
<p>Nim version 0.16.0 has been released!</p>
</a>
<a class="news" href="$1news/e030_nim_in_action_in_production.html">
<h4>November 20, 2016</h4>
<p>Nim in Action is going into production!</p>
@@ -18,9 +23,4 @@
<p>Nim Community Survey results</p>
</a>
<a class="news" href="$1news/e025_bountysource_update.html">
<h4>August 6, 2016</h4>
<p>BountySource Update: The Road to v1.0</p>
</a>
<a href="$1news.html" class="blue">See All News...</a>