Explorar o código

Merge pull request #4193 from ghalliday/issue9071

HPCC-9071 Language version increased to 4.0.0

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman %!s(int64=12) %!d(string=hai) anos
pai
achega
f019d43251
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      ecl/hql/hql.hpp

+ 3 - 3
ecl/hql/hql.hpp

@@ -47,9 +47,9 @@ Relevant changes include
 
 
 */
 */
 
 
-#define LANGUAGE_VERSION_MAJOR      3
-#define LANGUAGE_VERSION_MINOR      6
-#define LANGUAGE_VERSION_SUB        1
+#define LANGUAGE_VERSION_MAJOR      4
+#define LANGUAGE_VERSION_MINOR      0
+#define LANGUAGE_VERSION_SUB        0
 
 
 #define LANGUAGE_VERSION   estringify(LANGUAGE_VERSION_MAJOR) "." estringify(LANGUAGE_VERSION_MINOR) "." estringify(LANGUAGE_VERSION_SUB)
 #define LANGUAGE_VERSION   estringify(LANGUAGE_VERSION_MAJOR) "." estringify(LANGUAGE_VERSION_MINOR) "." estringify(LANGUAGE_VERSION_SUB)