فهرست منبع

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)