mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 03:32:32 +00:00
preparations for 0.14
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user