From cf1159a6582343ce495152537ae31fb6a8dfbf31 Mon Sep 17 00:00:00 2001 From: Gordon Hecker Date: Mon, 2 Nov 2009 12:35:36 +0100 Subject: [PATCH] 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 --- make.vars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5