Browse Source

Increase ECL and Activity versions

Due to the new construct DATASET(COUNT) and the recent changes
in InlineTable (respectively), both the ECL and the Activity
version numbers are being increased.

Increase the MIN_ACTIVITY_INTERFACE_VERSION to match once the
old TempTableArg interface is removed for good.
Renato Golin 13 years ago
parent
commit
a1d9f52e12
2 changed files with 2 additions and 2 deletions
  1. 1 1
      ecl/hql/hql.hpp
  2. 1 1
      rtl/include/eclhelper.hpp

+ 1 - 1
ecl/hql/hql.hpp

@@ -50,7 +50,7 @@ Relevant changes include
 
 #define LANGUAGE_VERSION_MAJOR      3
 #define LANGUAGE_VERSION_MINOR      6
-#define LANGUAGE_VERSION_SUB        0
+#define LANGUAGE_VERSION_SUB        1
 
 #define LANGUAGE_VERSION   estringify(LANGUAGE_VERSION_MAJOR) "." estringify(LANGUAGE_VERSION_MINOR) "." estringify(LANGUAGE_VERSION_SUB)
 

+ 1 - 1
rtl/include/eclhelper.hpp

@@ -31,7 +31,7 @@ It should only contain pure interface definitions or inline functions.
 
 //Should be incremented whenever the virtuals in the context or a helper are changed, so
 //that a work unit can't be rerun.  Try as hard as possible to retain compatibility.
-#define ACTIVITY_INTERFACE_VERSION      138
+#define ACTIVITY_INTERFACE_VERSION      139
 #define MIN_ACTIVITY_INTERFACE_VERSION  138             //minimum value that is compatible with current interface - without using selectInterface
 
 typedef unsigned char byte;