NimPatch of devel version should be an odd number because of the earlier hacks

This commit is contained in:
narimiran
2019-11-03 16:04:21 +01:00
parent 3f4b9971fc
commit bdc2bcc36c

View File

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