summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2017-09-03 15:58:42 -0700
committerJustin Pettit <jpettit@ovn.org>2017-09-07 13:22:07 -0700
commit97addd89cd6423497b44575a2a3995d0f86eb951 (patch)
tree747bf85ec72cee3fe9ee1a739f6610a608b76688
parentaeb353a9fafb493a4653b9ae77813c66e3e2d88d (diff)
downloadopenvswitch-97addd89cd6423497b44575a2a3995d0f86eb951.tar.gz
Prepare for 2.5.5.
Signed-off-by: Justin Pettit <jpettit@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
3 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fe3c5732e..4a45a2b41 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+v2.5.5 - xx xxx xxxx
+---------------------
+
+
v2.5.4 - 03 Sep 2017
---------------------
- Bug fixes
diff --git a/configure.ac b/configure.ac
index 34faa13ad..8857ace9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.5.4, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.5.5, bugs@openvswitch.org)
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
diff --git a/debian/changelog b/debian/changelog
index e521867f6..67f5018c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openvswitch (2.5.5-1) unstable; urgency=low
+ [ Open vSwitch team ]
+ * New upstream version
+
+ -- Open vSwitch team <dev@openvswitch.org> Sun, 03 Sep 2017 15:56:32 -0700
+
openvswitch (2.5.4-1) unstable; urgency=low
[ Open vSwitch team ]
* New upstream version