瀏覽代碼

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 12 年之前
父節點
當前提交
f019d43251
共有 1 個文件被更改,包括 3 次插入3 次删除
  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)