devel is version 0.9.5

This commit is contained in:
Araq
2014-04-22 21:38:44 +02:00
parent 71e1c8d642
commit 9979c3623e

View File

@@ -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!