Skip to content

Commit

Permalink
bump NimVersion to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
narimiran committed Oct 15, 2020
1 parent 4ef255b commit cac0e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/system.nim
Original file line number Diff line number Diff line change
Expand Up @@ -2102,11 +2102,11 @@ const
## when (NimMajor, NimMinor, NimPatch) >= (1, 3, 1): discard
# see also std/private/since

NimMinor* {.intdefine.}: int = 3
NimMinor* {.intdefine.}: int = 4
## is the minor number of Nim's version.
## Odd for devel, even for releases.

NimPatch* {.intdefine.}: int = 7
NimPatch* {.intdefine.}: int = 0
## is the patch number of Nim's version.
## Odd for devel, even for releases.

Expand Down

0 comments on commit cac0e01

Please sign in to comment.