summary refs log tree commit diff stats
path: root/lib/system.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-06-06 23:32:55 +0200
committerAndreas Rumpf <rumpf_a@web.de>2016-06-06 23:33:04 +0200
commitb2d02e5fd06f004f6d25dd97b666f15864c5a4df (patch)
tree92224c9f532a6fd40aa1e7d790a56048f250202a /lib/system.nim
parentad91da83427b937dd16170c0fe4c66489d34e4d8 (diff)
downloadNim-b2d02e5fd06f004f6d25dd97b666f15864c5a4df.tar.gz
preparations for 0.14
Diffstat (limited to 'lib/system.nim')
-rw-r--r--lib/system.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/system.nim b/lib/system.nim
index 3abcb9577..f4e2b236d 100644
--- a/lib/system.nim
+++ b/lib/system.nim
@@ -1809,10 +1809,10 @@ const
   NimMajor*: int = 0
     ## is the major number of Nim's version.
 
-  NimMinor*: int = 13
+  NimMinor*: int = 14
     ## is the minor number of Nim's version.
 
-  NimPatch*: int = 1
+  NimPatch*: int = 0
     ## is the patch number of Nim's version.
 
   NimVersion*: string = $NimMajor & "." & $NimMinor & "." & $NimPatch