Skip to content

Commit

Permalink
version changed to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Araq committed Sep 30, 2016
1 parent 42b64e3 commit b16a678
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 16 deletions.
4 changes: 2 additions & 2 deletions compiler.nimble
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[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"

InstallDirs = "doc, compiler"

[Deps]
Requires: "nim >= 0.13.0"
Requires: "nim >= 0.14.0"
2 changes: 1 addition & 1 deletion doc/lib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion lib/stdlib.nimble
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions lib/system.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions web/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand All @@ -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.
Expand Down
9 changes: 5 additions & 4 deletions web/ticker.html
Original file line number Diff line number Diff line change
@@ -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>
Expand All @@ -18,8 +23,4 @@ <h4>June 11, 2016</h4>
<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>

0 comments on commit b16a678

Please sign in to comment.