preparations for version 0.19.2

This commit is contained in:
Araq
2018-11-04 10:03:50 +01:00
parent d37ec666d7
commit b0217beadf
2 changed files with 8 additions and 240 deletions

View File

@@ -2021,7 +2021,7 @@ const
NimMinor* {.intdefine.}: int = 19
## is the minor number of Nim's version.
NimPatch* {.intdefine.}: int = 1
NimPatch* {.intdefine.}: int = 2
## is the patch number of Nim's version.
NimVersion*: string = $NimMajor & "." & $NimMinor & "." & $NimPatch