summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-12-29 10:32:00 +0100
committerAraq <rumpf_a@web.de>2014-12-29 10:32:00 +0100
commit27f17437935ee335880c25c1f914f08f753b39ac (patch)
treeea5d48a5cd81a8809a0d86a6873f369bdf817044 /lib
parenta70a64b74d35c6e540ab914531741bbdcf4201a6 (diff)
downloadNim-27f17437935ee335880c25c1f914f08f753b39ac.tar.gz
release of 0.10.2
Diffstat (limited to 'lib')
-rw-r--r--lib/system.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system.nim b/lib/system.nim
index 0cd4b84e2..ca85bf1ad 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 = 1
+  NimPatch*: int = 2
     ## is the patch number of Nim's version.
 
   NimVersion*: string = $NimMajor & "." & $NimMinor & "." & $NimPatch