summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorVarriount <Varriount@users.noreply.github.com>2014-09-28 15:47:09 -0400
committerVarriount <Varriount@users.noreply.github.com>2014-09-28 15:47:09 -0400
commit93d55c077ffc9b9df381b4f921a16960c7141f19 (patch)
treef0351fd1c8cd1373ec70be535ea5f087760e531c /compiler
parentb234d311d49df927b709891f5f640b90cf982ee4 (diff)
downloadNim-93d55c077ffc9b9df381b4f921a16960c7141f19.tar.gz
Updated Version Number
Diffstat (limited to 'compiler')
-rw-r--r--compiler/nversion.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nversion.nim b/compiler/nversion.nim
index 3c868ed2a..bd1f79ac6 100644
--- a/compiler/nversion.nim
+++ b/compiler/nversion.nim
@@ -14,7 +14,7 @@ const
   MaxSetElements* = 1 shl 16  # (2^16) to support unicode character sets?
   VersionMajor* = 0
   VersionMinor* = 9
-  VersionPatch* = 5
+  VersionPatch* = 6
   VersionAsString* = $VersionMajor & "." & $VersionMinor & "." & $VersionPatch
 
   RodFileVersion* = "1215"       # modify this if the rod-format changes!