diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-09-15 09:57:12 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-09-15 09:57:12 +0200 |
commit | 9c513de2ae2346248d6fa99aa0b7943559f48ff7 (patch) | |
tree | 0dd822328319ccb7b8fe4e9f923b619c1e9fa20f /lib/system.nim | |
parent | 8432eb6e67b4df011e50460342cf70a9939a0af8 (diff) | |
download | Nim-9c513de2ae2346248d6fa99aa0b7943559f48ff7.tar.gz |
update Nim's version
Diffstat (limited to 'lib/system.nim')
-rw-r--r-- | lib/system.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system.nim b/lib/system.nim index 9efa850ed..f967fb5f5 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -1909,7 +1909,7 @@ const NimMinor*: int = 17 ## is the minor number of Nim's version. - NimPatch*: int = 1 + NimPatch*: int = 3 ## is the patch number of Nim's version. NimVersion*: string = $NimMajor & "." & $NimMinor & "." & $NimPatch |