summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-04-21 09:46:36 +0200
committerAraq <rumpf_a@web.de>2014-04-21 09:46:36 +0200
commit7a557013ae71761fd30c7330e104d73b959aeeda (patch)
treee11d326a7b74d24db26704985135639bb836af44 /compiler
parent80e377b6688213b3cc378d2ad967a5037926732d (diff)
downloadNim-7a557013ae71761fd30c7330e104d73b959aeeda.tar.gz
version 0.9.4
Diffstat (limited to 'compiler')
-rw-r--r--compiler/nversion.nim6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/nversion.nim b/compiler/nversion.nim
index db38354ce..b996d0b9b 100644
--- a/compiler/nversion.nim
+++ b/compiler/nversion.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2012 Andreas Rumpf
+#        (c) Copyright 2014 Andreas Rumpf
 #
 #    See the file "copying.txt", included in this
 #    distribution, for details about the copyright.
@@ -15,8 +15,8 @@ const
   defaultAsmMarkerSymbol* = '!'
   VersionMajor* = 0
   VersionMinor* = 9
-  VersionPatch* = 3
+  VersionPatch* = 4
   VersionAsString* = $VersionMajor & "." & $VersionMinor & "." & $VersionPatch
 
-  RodFileVersion* = "1214"       # modify this if the rod-format changes!
+  RodFileVersion* = "1215"       # modify this if the rod-format changes!