bugfix: c2nim and pas2nim work again

This commit is contained in:
Araq
2012-09-26 02:22:22 +02:00
parent 92b0d64018
commit ca447be43e
3 changed files with 8 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ const
defaultAsmMarkerSymbol* = '!'
VersionMajor* = 0
VersionMinor* = 9
VersionPatch* = 0
VersionPatch* = 1
VersionAsString* = $VersionMajor & "." & $VersionMinor & "." & $VersionPatch
RodFileVersion* = "1210" # modify this if the rod-format changes!