mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-08 05:53:22 +00:00
version changed to 0.15.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[Package]
|
||||
name = "compiler"
|
||||
version = "0.14.3"
|
||||
version = "0.15.0"
|
||||
author = "Andreas Rumpf"
|
||||
description = "Compiler package providing the compiler sources as a library."
|
||||
license = "MIT"
|
||||
@@ -8,4 +8,4 @@ license = "MIT"
|
||||
InstallDirs = "doc, compiler"
|
||||
|
||||
[Deps]
|
||||
Requires: "nim >= 0.13.0"
|
||||
Requires: "nim >= 0.14.0"
|
||||
|
||||
@@ -582,4 +582,4 @@ Nim programming language.
|
||||
nimblepkglist.js or have javascript disabled in your browser.</b></div>
|
||||
|
||||
<script type="text/javascript" src="nimblepkglist.js"></script>
|
||||
<script type="text/javascript" src="http://irclogs.nim-lang.org/packages?callback=gotPackageList"></script>
|
||||
<script type="text/javascript" src="http://irclogs.nim-lang.org/packages?callback=gotPackageList" async></script>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[Package]
|
||||
name = "stdlib"
|
||||
version = "0.14.3"
|
||||
version = "0.15.0"
|
||||
author = "Dominik Picheta"
|
||||
description = "Nim's standard library."
|
||||
license = "MIT"
|
||||
|
||||
@@ -1824,10 +1824,10 @@ const
|
||||
NimMajor*: int = 0
|
||||
## is the major number of Nim's version.
|
||||
|
||||
NimMinor*: int = 14
|
||||
NimMinor*: int = 15
|
||||
## 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
|
||||
|
||||
@@ -15,10 +15,10 @@ Binaries
|
||||
Right now binaries are only provided for Windows. You can download
|
||||
an installer for both 32 bit and 64 bit versions of Windows below.
|
||||
|
||||
* | 32 bit: `nim-0.14.2_x32.exe <download/nim-0.14.2_x32.exe>`_
|
||||
| SHA-256 ca2de37759006d95db98732083a6fab20151bb9819186af2fa29d41884df78c9
|
||||
* | 64 bit: `nim-0.14.2_x64.exe <download/nim-0.14.2_x64.exe>`_
|
||||
| SHA-256 1fec054d3a5f54c0a67a40db615bb9ecb1d56413b19e324244110713bd4337d1
|
||||
* | 32 bit: `nim-0.15.0_x32.exe <download/nim-0.15.0_x32.exe>`_
|
||||
| SHA-256
|
||||
* | 64 bit: `nim-0.15.0_x64.exe <download/nim-0.15.0_x64.exe>`_
|
||||
| SHA-256
|
||||
|
||||
These installers also include Aporia, Nimble and other useful Nim tools to get
|
||||
you started with Nim development!
|
||||
@@ -31,8 +31,8 @@ like systems.
|
||||
|
||||
Firstly, download this archive:
|
||||
|
||||
* | `nim-0.14.2.tar.xz (4.5MB) <download/nim-0.14.2.tar.xz>`_
|
||||
| SHA-256 8f8d38d70ed57164795fc55e19de4c11488fcd31dbe42094e44a92a23e3f5e92
|
||||
* | `nim-0.15.0.tar.xz (4.5MB) <download/nim-0.15.0.tar.xz>`_
|
||||
| SHA-256
|
||||
|
||||
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_09_03_nim_community_survey_results.html">
|
||||
<h4>September 30, 2016</h4>
|
||||
<p>Nim version 0.15.0 has been released!</p>
|
||||
</a>
|
||||
|
||||
<a class="news" href="$1news/2016_09_03_nim_community_survey_results.html">
|
||||
<h4>September 3, 2016</h4>
|
||||
<p>Nim Community Survey results</p>
|
||||
@@ -18,8 +23,4 @@
|
||||
<p>Nim version 0.14.2 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>
|
||||
</a>
|
||||
<a href="$1news.html" class="blue">See All News...</a>
|
||||
|
||||
Reference in New Issue
Block a user