mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
NimPatch of devel version should be an odd number because of the earlier hacks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user