mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-07 05:23:20 +00:00
version bump for development
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
25
web/news/version_0_15_released.rst
Normal file
25
web/news/version_0_15_released.rst
Normal 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
|
||||
--------
|
||||
Reference in New Issue
Block a user