Przeglądaj źródła

Merge pull request #7182 from richardkchapman/helper-version

HPCC-9228 Roxie/hthor join activities should group their inputs

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday 10 lat temu
rodzic
commit
3c518dc0e0
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      rtl/include/eclhelper.hpp

+ 2 - 2
rtl/include/eclhelper.hpp

@@ -39,8 +39,8 @@ if the supplied pointer was not from the roxiemem heap. Usually an OwnedRoxieStr
 
 //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      157
-#define MIN_ACTIVITY_INTERFACE_VERSION  157             //minimum value that is compatible with current interface - without using selectInterface
+#define ACTIVITY_INTERFACE_VERSION      158
+#define MIN_ACTIVITY_INTERFACE_VERSION  158             //minimum value that is compatible with current interface - without using selectInterface
 
 typedef unsigned char byte;