summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@ovn.org>2022-10-07 13:12:31 +0200
committerIlya Maximets <i.maximets@ovn.org>2022-10-07 18:47:03 +0200
commitf075431dfb828a35937b76fc7c1134c16297404e (patch)
tree49dbececf147f62390ca4ae7b8093948a164468f
parentc1712be20e00c0d0d9e195a5b0f3db5635b6f212 (diff)
downloadopenvswitch-f075431dfb828a35937b76fc7c1134c16297404e.tar.gz
Prepare for 2.13.10.
Acked-by: Flavio Leitner <fbl@sysclose.org> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
3 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3b7ece1d3..fe5743bb8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+v2.13.10 - xx xxx xxxx
+----------------------
+
v2.13.9 - 07 Oct 2022
---------------------
- Bug fixes
diff --git a/configure.ac b/configure.ac
index 80af0bf05..dc69fd768 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.13.9, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.13.10, 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 2a72c170a..87231dcc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openvswitch (2.13.10-1) unstable; urgency=low
+ [ Open vSwitch team ]
+ * New upstream version
+
+ -- Open vSwitch team <dev@openvswitch.org> Fri, 07 Oct 2022 13:11:43 +0200
+
openvswitch (2.13.9-1) unstable; urgency=low
[ Open vSwitch team ]
* New upstream version