diff options
Diffstat (limited to 'compiler/nversion.nim')
-rw-r--r-- | compiler/nversion.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nversion.nim b/compiler/nversion.nim index 55e337969..d69e1e553 100644 --- a/compiler/nversion.nim +++ b/compiler/nversion.nim @@ -13,5 +13,5 @@ const MaxSetElements* = 1 shl 16 # (2^16) to support unicode character sets? VersionAsString* = system.NimVersion - RodFileVersion* = "1218" # modify this if the rod-format changes! + RodFileVersion* = "1221" # modify this if the rod-format changes! |