From fc636e2d12bf354cfb4e8f63b33802ae2fe4ed5f Mon Sep 17 00:00:00 2001 From: Araq Date: Sat, 7 Jan 2017 21:44:40 +0100 Subject: [PATCH] updated to version 0.16.0 --- lib/system.nim | 4 ++-- web/news.rst | 3 +++ web/news/e029_version_0_16_0.rst | 2 +- web/ticker.html | 10 +++++----- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/lib/system.nim b/lib/system.nim index 83dc208695..35d7a0b263 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -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 diff --git a/web/news.rst b/web/news.rst index e8d97b69e9..e677d02afe 100644 --- a/web/news.rst +++ b/web/news.rst @@ -2,6 +2,9 @@ News ==== +`2017-01-08 Nim Version 0.16.0 released `_ +=================================== + `2016-11-20 Nim in Action is going into production! `_ =================================== diff --git a/web/news/e029_version_0_16_0.rst b/web/news/e029_version_0_16_0.rst index d34ff1b26f..4b204cfd06 100644 --- a/web/news/e029_version_0_16_0.rst +++ b/web/news/e029_version_0_16_0.rst @@ -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! diff --git a/web/ticker.html b/web/ticker.html index 86dc97c14c..865dcf4f8f 100644 --- a/web/ticker.html +++ b/web/ticker.html @@ -1,3 +1,8 @@ + +

January 8, 2017

+

Nim version 0.16.0 has been released!

+
+

November 20, 2016

Nim in Action is going into production!

@@ -18,9 +23,4 @@

Nim Community Survey results

- -

August 6, 2016

-

BountySource Update: The Road to v1.0

-
- See All News...