version bump for development

This commit is contained in:
Andreas Rumpf
2016-06-11 09:15:28 +02:00
parent 52c6c8b730
commit d8cd16a8b6
4 changed files with 28 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[Package]
name = "compiler"
version = "0.14.2"
version = "0.14.3"
author = "Andreas Rumpf"
description = "Compiler package providing the compiler sources as a library."
license = "MIT"

View File

@@ -1,6 +1,6 @@
[Package]
name = "stdlib"
version = "0.14.2"
version = "0.14.3"
author = "Dominik Picheta"
description = "Nim's standard library."
license = "MIT"

View File

@@ -1812,7 +1812,7 @@ const
NimMinor*: int = 14
## is the minor number of Nim's version.
NimPatch*: int = 2
NimPatch*: int = 3
## is the patch number of Nim's version.
NimVersion*: string = $NimMajor & "." & $NimMinor & "." & $NimPatch

View File

@@ -0,0 +1,25 @@
Version 0.15.0 released
=======================
.. container:: metadata
Posted by Dominik Picheta on 17/09/2016
Some text here.
Changes affecting backwards compatibility
-----------------------------------------
Library Additions
-----------------
Compiler Additions
------------------
Language Additions
------------------
Bugfixes
--------