]> git.e2factory.org Git - e2factory.git/commitdiff
release e2factory-2.3.9 e2factory-2.3.9
authorGordon Hecker <gh@emlix.com>
Tue, 7 Dec 2010 13:44:36 +0000 (14:44 +0100)
committerGordon Hecker <gh@emlix.com>
Tue, 7 Dec 2010 13:44:36 +0000 (14:44 +0100)
Signed-off-by: Gordon Hecker <gh@emlix.com>
Changelog
make.vars

index 110262e28b77fc0aef5b8df4929ed4785913a8c4..f1980baba1c38bd693ed5c62cc6913c800563efd 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,4 @@
-NEXT:
-
-e2factory-2.3.9pre1
+e2factory-2.3.9
  * e2-build: allow enabling/disabling writeback on command line
  * use rsync to create remote directories when using rsync+ssh url, to
    simplify restricted-shell setups
index 36167ebbf16b8bc7ad5545c812f7182c51c6df18..d0b9a382fdde653fed88b11df6ec9a9a30e79234 100644 (file)
--- a/make.vars
+++ b/make.vars
@@ -5,7 +5,7 @@ NAME = e2factory
 MAJOR = 2
 MINOR = 3
 PATCHLEVEL = 9
-EXTRAVERSION = pre1
+EXTRAVERSION =
 ifdef EXTRAVERSION
   VERSION = $(MAJOR).$(MINOR).$(PATCHLEVEL)$(EXTRAVERSION)
 else