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