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:
ringabout
2024-12-03 15:41:04 +08:00
committed by GitHub
parent 3bee04d9f3
commit 464dc99376

View File

@@ -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.