updated version to 0.17.0

This commit is contained in:
Araq
2017-05-17 22:56:49 +02:00
parent 0a76387ba4
commit 47076452fd

View File

@@ -1892,10 +1892,10 @@ const
NimMajor*: int = 0
## is the major number of Nim's version.
NimMinor*: int = 16
NimMinor*: int = 17
## is the minor number of Nim's version.
NimPatch*: int = 1
NimPatch*: int = 0
## is the patch number of Nim's version.
NimVersion*: string = $NimMajor & "." & $NimMinor & "." & $NimPatch