From: Gordon Hecker Date: Mon, 2 Nov 2009 11:35:36 +0000 (+0100) Subject: syntax: introduce the new syntax version: 2_3_2 X-Git-Tag: e2factory-2.3.2rc1~8 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=cf1159a6582343ce495152537ae31fb6a8dfbf31;p=e2factory.git syntax: introduce the new syntax version: 2_3_2 limit the syntax compatibility to 2_3_2 only compatibility to older versions is not maintained as we want to enforce configuring checksums for any file reference. Signed-off-by: Gordon Hecker --- diff --git a/make.vars b/make.vars index ea29d62..66062ed 100644 --- a/make.vars +++ b/make.vars @@ -21,7 +21,7 @@ else endif # list the latest one first -SYNTAX = 2_3_0 2_2_2 2_2_0 +SYNTAX = 2_3_2 # when creating a project a current set of local tools is requested DEFAULT_LOCAL_BRANCH = master