From: Gordon Hecker Date: Mon, 17 May 2010 14:13:53 +0000 (+0200) Subject: release e2factory-2.3.6 X-Git-Tag: e2factory-2.3.6 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=e0eb0d07b6c67c1eb31b10eab34d0b3e33637f9d;p=e2factory.git release e2factory-2.3.6 Signed-off-by: Gordon Hecker --- diff --git a/Changelog b/Changelog index f8b9178..c687612 100644 --- a/Changelog +++ b/Changelog @@ -1,9 +1,7 @@ -NEXT: +e2factory-2.3.6 * the release build process changed: Results are now stored on the results server, results listed in the deploy_results list are deployed to the releases server for archive purposes. - -e2factory-2.3.6pre1 * minor bugfixes * rsync is now used instead of curl to access local files * allow environment configuration in source and results configuration diff --git a/make.vars b/make.vars index 3400739..85a1f6a 100644 --- a/make.vars +++ b/make.vars @@ -5,7 +5,7 @@ NAME = e2factory MAJOR = 2 MINOR = 3 PATCHLEVEL = 6 -EXTRAVERSION = pre1 +EXTRAVERSION = ifdef EXTRAVERSION VERSION = $(MAJOR).$(MINOR).$(PATCHLEVEL)$(EXTRAVERSION) else