瀏覽代碼

Merge pull request #11218 from richardkchapman/eclhelper-version

HPCC-19765 Up eclhelper version prior to beta release

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 7 年之前
父節點
當前提交
cabe24443d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      rtl/include/eclhelper.hpp

+ 2 - 2
rtl/include/eclhelper.hpp

@@ -44,8 +44,8 @@ typedef unsigned short UChar;
 
 //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      204
-#define MIN_ACTIVITY_INTERFACE_VERSION  204             //minimum value that is compatible with current interface
+#define ACTIVITY_INTERFACE_VERSION      699
+#define MIN_ACTIVITY_INTERFACE_VERSION  699             //minimum value that is compatible with current interface
 
 typedef unsigned char byte;