From b2d02e5fd06f004f6d25dd97b666f15864c5a4df Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Mon, 6 Jun 2016 23:32:55 +0200 Subject: [PATCH] preparations for 0.14 --- ...ed.rst.todo => 2016_06_07_version_0_14_released.rst | 0 lib/system.nim | 4 ++-- web/download.rst | 6 +++--- web/ticker.html | 10 +++++----- 4 files changed, 10 insertions(+), 10 deletions(-) rename web/news/version_0_14_released.rst.todo => 2016_06_07_version_0_14_released.rst (100%) diff --git a/web/news/version_0_14_released.rst.todo b/2016_06_07_version_0_14_released.rst similarity index 100% rename from web/news/version_0_14_released.rst.todo rename to 2016_06_07_version_0_14_released.rst diff --git a/lib/system.nim b/lib/system.nim index 3abcb9577a..f4e2b236d0 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -1809,10 +1809,10 @@ const NimMajor*: int = 0 ## is the major number of Nim's version. - NimMinor*: int = 13 + NimMinor*: int = 14 ## is the minor number of Nim's version. - NimPatch*: int = 1 + NimPatch*: int = 0 ## is the patch number of Nim's version. NimVersion*: string = $NimMajor & "." & $NimMinor & "." & $NimPatch diff --git a/web/download.rst b/web/download.rst index 774f4d017c..5bebe66abb 100644 --- a/web/download.rst +++ b/web/download.rst @@ -15,8 +15,8 @@ Binaries Unfortunately, right now we only provide binaries for Windows. You can download an installer for both 32 bit and 64 bit versions of Windows below. -* 32 bit: `nim-0.13.0_x32.exe `_ -* 64 bit: `nim-0.13.0_x64.exe `_ +* 32 bit: `nim-0.14.0_x32.exe `_ +* 64 bit: `nim-0.14.0_x64.exe `_ These installers also include Aporia, Nimble and other useful Nim tools to get you started with Nim development! @@ -30,7 +30,7 @@ like systems. Binary packages may be provided later. Firstly, download this archive: -* `nim-0.13.0.tar.xz (3.1MB) `_ +* `nim-0.14.0.tar.xz (3.1MB) `_ Extract the archive. Then copy the extracted files into your chosen installation directory, ideally somewhere in your home directory. diff --git a/web/ticker.html b/web/ticker.html index 7f899e4285..7844f98f97 100644 --- a/web/ticker.html +++ b/web/ticker.html @@ -1,3 +1,8 @@ + +

June 7, 2016

+

Nim version 0.14.0 has been released!

+
+

June 04, 2016

Meet our BountySource sponsors

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

Andreas Rumpf's talk at OSCON Amsterdam

- -

October 27, 2015

-

Nim version 0.12.0 has been released!

-
- See All News...