Skip to content

Commit

Permalink
version bump for development
Browse files Browse the repository at this point in the history
  • Loading branch information
Araq committed Jun 11, 2016
1 parent 52c6c8b commit d8cd16a
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compiler.nimble
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
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.2"
version = "0.14.3"
author = "Dominik Picheta"
description = "Nim's standard library."
license = "MIT"
2 changes: 1 addition & 1 deletion lib/system.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
25 changes: 25 additions & 0 deletions web/news/version_0_15_released.rst
Original file line number Diff line number Diff line change
@@ -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
--------

0 comments on commit d8cd16a

Please sign in to comment.