diff options
author | Araq <rumpf_a@web.de> | 2014-12-30 03:06:25 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-12-30 03:06:25 +0100 |
commit | d01eb14a3997b53fca5ed6628d0ebbf6f91d8b43 (patch) | |
tree | 9be41e9ea8221eda665ead000c7b3be4495750e1 | |
parent | 7f415b5b116883d96d514864f2796b479d554d7e (diff) | |
download | Nim-d01eb14a3997b53fca5ed6628d0ebbf6f91d8b43.tar.gz |
development version is 0.10.3
-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 ca85bf1ad..b7c77e276 100644 --- a/lib/system.nim +++ b/lib/system.nim @@ -1516,7 +1516,7 @@ const NimMinor*: int = 10 ## is the minor number of Nim's version. - NimPatch*: int = 2 + NimPatch*: int = 3 ## is the patch number of Nim's version. NimVersion*: string = $NimMajor & "." & $NimMinor & "." & $NimPatch |