From ac2878d7a0041c3263e0723eb1afd84bc1b7bf64 Mon Sep 17 00:00:00 2001 From: Gordon Hecker Date: Mon, 3 May 2010 11:32:29 +0200 Subject: [PATCH] syntax: this version of e2factory introduces a new syntax version with the following features: * env attribute in source configuration * env attribute in result configuration Support for old configuration versions is discontinued as versions 2.3.4 or above handle result specific environment in a stricter way, leading to issues when environment for non-existent results is configured. Signed-off-by: Gordon Hecker --- make.vars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.vars b/make.vars index 8dd9620..f09a10b 100644 --- a/make.vars +++ b/make.vars @@ -21,7 +21,7 @@ else endif # list the latest one first -SYNTAX = 2_3_2 +SYNTAX = 2_3_6 # Global interface version describes the server side data format # It is stored in a file named `version` in the server side project location. -- 2.39.5