]> git.e2factory.org Git - e2factory.git/commitdiff
release e2factory-2.3.6pre1 e2factory-2.3.6pre1
authorGordon Hecker <gh@emlix.com>
Mon, 3 May 2010 09:50:48 +0000 (11:50 +0200)
committerGordon Hecker <gh@emlix.com>
Mon, 3 May 2010 09:50:48 +0000 (11:50 +0200)
Signed-off-by: Gordon Hecker <gh@emlix.com>
Changelog
make.vars

index 692964ec20b4db872f0a2e79b4b3929b0ecdb09f..17aa4ad476c69741272401036a52622f877ec63c 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
-NEXT:
+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
index f09a10b9d9e7b248b01c99b22a9ab6aadf412b2b..340073946d4e1363c3df0ec8a2bd16d54cc1d680 100644 (file)
--- a/make.vars
+++ b/make.vars
@@ -4,8 +4,8 @@
 NAME = e2factory
 MAJOR = 2
 MINOR = 3
-PATCHLEVEL = 5
-EXTRAVERSION =
+PATCHLEVEL = 6
+EXTRAVERSION = pre1
 ifdef EXTRAVERSION
   VERSION = $(MAJOR).$(MINOR).$(PATCHLEVEL)$(EXTRAVERSION)
 else