updated to version 0.16.0

This commit is contained in:
Araq
2017-01-07 21:44:40 +01:00
parent e95c5c926c
commit fc636e2d12
4 changed files with 11 additions and 8 deletions

View File

@@ -1845,10 +1845,10 @@ const
NimMajor*: int = 0
## is the major number of Nim's version.
NimMinor*: int = 15
NimMinor*: int = 16
## 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