summary refs log tree commit diff stats
path: root/compiler/nversion.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/nversion.nim')
-rw-r--r--compiler/nversion.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nversion.nim b/compiler/nversion.nim
index 4b8cf7100..8981ae213 100644
--- a/compiler/nversion.nim
+++ b/compiler/nversion.nim
@@ -15,6 +15,6 @@ const
   VersionAsString* = system.NimVersion
   RodFileVersion* = "1223"       # modify this if the rod-format changes!
 
-  NimCompilerApiVersion* = 2 ## Check for the existance of this before accessing it
+  NimCompilerApiVersion* = 3 ## Check for the existance of this before accessing it
                              ## as older versions of the compiler API do not
                              ## declare this.