summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-04-22 21:38:44 +0200
committerAraq <rumpf_a@web.de>2014-04-22 21:38:44 +0200
commit9979c3623e872e8cd3952fa2ad9330f236e012d9 (patch)
tree887eccee1d8a09f2d7b6a4381d6bada001ddbc41
parent71e1c8d642edb8aed5d6525fd564444141fd747f (diff)
downloadNim-9979c3623e872e8cd3952fa2ad9330f236e012d9.tar.gz
devel is version 0.9.5
-rw-r--r--compiler/nversion.nim3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/nversion.nim b/compiler/nversion.nim
index b996d0b9b..3c868ed2a 100644
--- a/compiler/nversion.nim
+++ b/compiler/nversion.nim
@@ -12,10 +12,9 @@
 
 const 
   MaxSetElements* = 1 shl 16  # (2^16) to support unicode character sets?
-  defaultAsmMarkerSymbol* = '!'
   VersionMajor* = 0
   VersionMinor* = 9
-  VersionPatch* = 4
+  VersionPatch* = 5
   VersionAsString* = $VersionMajor & "." & $VersionMinor & "." & $VersionPatch
 
   RodFileVersion* = "1215"       # modify this if the rod-format changes!