From: Gordon Hecker Date: Mon, 15 Mar 2010 14:29:50 +0000 (+0100) Subject: release e2factory-2.3.4rc1 X-Git-Tag: e2factory-2.3.4rc1 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=228ea1d64566723272a8ae21ba8f3e0bd53c0ff3;p=e2factory.git release e2factory-2.3.4rc1 Signed-off-by: Gordon Hecker --- diff --git a/Changelog b/Changelog index 73aa093..40dd7d1 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -NEXT: +e2factory-2.3.4rc1 * the plugin interface was extended to permit plugins to register commandline options and permit tool specific initialization of plugins * a serious bug in the hashcache was fixed. The buildid calculation diff --git a/make.vars b/make.vars index 6a32fef..55dc004 100644 --- a/make.vars +++ b/make.vars @@ -5,7 +5,7 @@ NAME = e2factory MAJOR = 2 MINOR = 3 PATCHLEVEL = 4 -EXTRAVERSION = pre3 +EXTRAVERSION = rc1 ifdef EXTRAVERSION VERSION = $(MAJOR).$(MINOR).$(PATCHLEVEL)$(EXTRAVERSION) else