From e0eb0d07b6c67c1eb31b10eab34d0b3e33637f9d Mon Sep 17 00:00:00 2001 From: Gordon Hecker Date: Mon, 17 May 2010 16:13:53 +0200 Subject: [PATCH] release e2factory-2.3.6 Signed-off-by: Gordon Hecker --- Changelog | 4 +--- make.vars | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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 -- 2.39.5