diff options
author | Miran <narimiran@disroot.org> | 2024-10-02 22:02:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-02 22:02:17 +0200 |
commit | d6a71a10671b66ee4f5be09f99234b3d834e7fce (patch) | |
tree | 59019a84e381e10fa94d8faa4d5a3a4f5819d5ea | |
parent | f7cb0322c2d7939398a064d2f31b63ed8902b1c6 (diff) | |
download | Nim-d6a71a10671b66ee4f5be09f99234b3d834e7fce.tar.gz |
bump NimVersion to 2.2.1 (#24215)
-rw-r--r-- | lib/system/compilation.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/compilation.nim b/lib/system/compilation.nim index af676909d..cdb976ed5 100644 --- a/lib/system/compilation.nim +++ b/lib/system/compilation.nim @@ -10,7 +10,7 @@ const ## is the minor number of Nim's version. ## Odd for devel, even for releases. - NimPatch* {.intdefine.}: int = 0 + NimPatch* {.intdefine.}: int = 1 ## is the patch number of Nim's version. ## Odd for devel, even for releases. |