]> git.e2factory.org Git - e2factory.git/commitdiff
release e2factory-2.3.14p0 e2factory-2.3.14p0
authorTobias Ulmer <tu@emlix.com>
Tue, 25 Mar 2014 17:23:53 +0000 (18:23 +0100)
committerTobias Ulmer <tu@emlix.com>
Tue, 25 Mar 2014 17:23:53 +0000 (18:23 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
Changelog
make.vars

index 318cf53e76fc0af3692cfa7394723efe463c14b5..d28f0d2744ce3dc3e1f55ff2ecf21bb374bca228 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,5 @@
-NEXT:
+e2factory-2.3.14p0
+ * This release continues to be compatible with 2.3.14 plugins.
  * Unbreak --wc-mode and allow specifying multiple results, including
    intermediary dependencies. Beware this changes wc-mode buildid from "scratch"
    to "scratch-<buildid>".
index b41b63d2af4c0a18a76b90e35bab8db873228cf0..f782750ee2fde95b0432361a153173e5d05cecad 100644 (file)
--- a/make.vars
+++ b/make.vars
@@ -5,7 +5,7 @@ NAME = e2factory
 MAJOR = 2
 MINOR = 3
 PATCHLEVEL = 14
-EXTRAVERSION =
+EXTRAVERSION = p0
 ifdef EXTRAVERSION
   VERSION = $(MAJOR).$(MINOR).$(PATCHLEVEL)$(EXTRAVERSION)
 else