Skip to content

Commit

Permalink
fixes devel version number (nim-lang#24494)
Browse files Browse the repository at this point in the history
As said in the documentation, `NimMinor` is supposed to be odd and
should be greater than the stable channel
  • Loading branch information
ringabout authored Dec 3, 2024
1 parent 3bee04d commit 464dc99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/system/compilation.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 464dc99

Please sign in to comment.