]> git.e2factory.org Git - e2factory.git/commitdiff
release e2factory-2.3.1pre1 e2factory-2.3.1pre1
authorGordon Hecker <gh@emlix.com>
Fri, 5 Jun 2009 13:04:16 +0000 (15:04 +0200)
committerGordon Hecker <gh@emlix.com>
Fri, 5 Jun 2009 13:04:16 +0000 (15:04 +0200)
Signed-off-by: Gordon Hecker <gh@emlix.com>
Changelog
make.vars

index 59b0d768cd83b31174661203a76d296592d40ac2..aa2ba01e9d61d11e1df2f4a806449ba9d344eca2 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
-NEXT:
+e2factory-2.3.1pre1
  * bugfixes
  * support grouping source and result configuration by allowing
    subdirectories in the res/ and src/ directories
index f8ff4f8440d8996178a0aafb0cefa10673e39c1b..cba73ff572663ca45f5c2f5001bda743eabed6ef 100644 (file)
--- a/make.vars
+++ b/make.vars
@@ -5,7 +5,7 @@ NAME = e2factory
 MAJOR = 2
 MINOR = 3
 PATCHLEVEL = 1
-EXTRAVERSION = pre
+EXTRAVERSION = pre1
 ifdef EXTRAVERSION
   VERSION = $(MAJOR).$(MINOR).$(PATCHLEVEL)$(EXTRAVERSION)
 else