devel version has to be odd

This commit is contained in:
Araq
2017-01-29 00:31:51 +01:00
parent 904654b9ec
commit edd542fe6b

View File

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