diff options
Diffstat (limited to 'compiler/nversion.nim')
-rwxr-xr-x | compiler/nversion.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/nversion.nim b/compiler/nversion.nim index 0ea5aa036..28b2850e7 100755 --- a/compiler/nversion.nim +++ b/compiler/nversion.nim @@ -15,8 +15,8 @@ const defaultAsmMarkerSymbol* = '!' VersionMajor* = 0 VersionMinor* = 8 - VersionPatch* = 13 + VersionPatch* = 14 VersionAsString* = $VersionMajor & "." & $VersionMinor & "." & $VersionPatch - RodFileVersion* = "1033" # modify this if the rod-format changes! + RodFileVersion* = "1209" # modify this if the rod-format changes! |