summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-01-30 15:48:09 +0100
committerAndreas Rumpf <rumpf_a@web.de>2016-01-30 15:48:09 +0100
commit2d8f879c2e8ad01b487b057084be000d5cf8b82f (patch)
treeed78ff4d7ced94e756c6e91b2a8e91664b623b96
parenteea2a63607bcad56edda614e49635c4f32c941ae (diff)
downloadNim-2d8f879c2e8ad01b487b057084be000d5cf8b82f.tar.gz
devel version is odd
-rw-r--r--lib/system.nim2
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