diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-01-30 15:48:09 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-01-30 15:48:09 +0100 |
commit | 2d8f879c2e8ad01b487b057084be000d5cf8b82f (patch) | |
tree | ed78ff4d7ced94e756c6e91b2a8e91664b623b96 | |
parent | eea2a63607bcad56edda614e49635c4f32c941ae (diff) | |
download | Nim-2d8f879c2e8ad01b487b057084be000d5cf8b82f.tar.gz |
devel version is odd
-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 e884e784c..36c81b655 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -1811,7 +1811,7 @@ const NimMinor*: int = 13 ## is the minor number of Nim's version. - NimPatch*: int = 0 + NimPatch*: int = 1 ## is the patch number of Nim's version. NimVersion*: string = $NimMajor & "." & $NimMinor & "." & $NimPatch |