diff options
author | Araq <rumpf_a@web.de> | 2017-09-06 23:12:41 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2017-09-06 23:12:41 +0200 |
commit | 49cc175e4b383a2105728073435649abe4191540 (patch) | |
tree | 7e4a40ef74ea678793cc9ae40b3e34e074105552 /lib | |
parent | 21fcc3507abeb4003057f14f7550b0cf6519c1e8 (diff) | |
download | Nim-49cc175e4b383a2105728073435649abe4191540.tar.gz |
version update: 0.17.2
Diffstat (limited to 'lib')
-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..bb99b46f4 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 = 2 ## is the patch number of Nim's version. NimVersion*: string = $NimMajor & "." & $NimMinor & "." & $NimPatch |