diff options
-rw-r--r-- | 2016_06_07_version_0_14_released.rst (renamed from web/news/version_0_14_released.rst.todo) | 0 | ||||
-rw-r--r-- | lib/system.nim | 4 | ||||
-rw-r--r-- | web/download.rst | 6 | ||||
-rw-r--r-- | web/ticker.html | 10 |
4 files changed, 10 insertions, 10 deletions
diff --git a/web/news/version_0_14_released.rst.todo b/2016_06_07_version_0_14_released.rst index 050714249..050714249 100644 --- a/web/news/version_0_14_released.rst.todo +++ b/2016_06_07_version_0_14_released.rst diff --git a/lib/system.nim b/lib/system.nim index 3abcb9577..f4e2b236d 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 774f4d017..5bebe66ab 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 <download/nim-0.13.0_x32.exe>`_ -* 64 bit: `nim-0.13.0_x64.exe <download/nim-0.13.0_x64.exe>`_ +* 32 bit: `nim-0.14.0_x32.exe <download/nim-0.14.0_x32.exe>`_ +* 64 bit: `nim-0.14.0_x64.exe <download/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) <download/nim-0.13.0.tar.xz>`_ +* `nim-0.14.0.tar.xz (3.1MB) <download/nim-0.14.0.tar.xz>`_ 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 7f899e428..7844f98f9 100644 --- a/web/ticker.html +++ b/web/ticker.html @@ -1,3 +1,8 @@ +<a class="news" href="$1news/2016_06_07_version_0_14_0_released.html"> + <h4>June 7, 2016</h4> + <p>Nim version 0.14.0 has been released!</p> +</a> + <a class="news" href="$1news/2016_06_04_meet_our_bountysource_sponsors.html"> <h4>June 04, 2016</h4> <p>Meet our BountySource sponsors</p> @@ -18,9 +23,4 @@ <p>Andreas Rumpf's talk at OSCON Amsterdam</p> </a> -<a class="news" href="$1news/2015_10_27_version_0_12_0_released.html"> - <h4>October 27, 2015</h4> - <p>Nim version 0.12.0 has been released!</p> -</a> - <a href="$1news.html" class="blue">See All News...</a> |