Skip to content

Commit

Permalink
Prepare for 2.7.14.
Browse files Browse the repository at this point in the history
Acked-by: Flavio Leitner <fbl@sysclose.org>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
  • Loading branch information
igsilya committed Feb 10, 2021
1 parent db92fd7 commit 758d726
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NEWS
@@ -1,3 +1,6 @@
v2.7.14 - xx xxx xxxx
---------------------

v2.7.13 - 10 Feb 2021
---------------------
- Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

AC_PREREQ(2.63)
AC_INIT(openvswitch, 2.7.13, bugs@openvswitch.org)
AC_INIT(openvswitch, 2.7.14, bugs@openvswitch.org)
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
openvswitch (2.7.14-1) unstable; urgency=low
[ Open vSwitch team ]
* New upstream version

-- Open vSwitch team <dev@openvswitch.org> Wed, 10 Feb 2021 16:06:33 +0100

openvswitch (2.7.13-1) unstable; urgency=low
[ Open vSwitch team ]
* New upstream version
Expand Down

0 comments on commit 758d726

Please sign in to comment.