mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-22 08:51:21 +00:00
fixes devel version number (#24494)
As said in the documentation, `NimMinor` is supposed to be odd and should be greater than the stable channel
This commit is contained in:
@@ -6,7 +6,7 @@ const
|
||||
## ```
|
||||
# see also std/private/since
|
||||
|
||||
NimMinor* {.intdefine.}: int = 2
|
||||
NimMinor* {.intdefine.}: int = 3
|
||||
## is the minor number of Nim's version.
|
||||
## Odd for devel, even for releases.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user