diff mbox series

[ovs-dev,1/2] Prepare for 2.11.0.

Message ID 20190120212928.4141-1-jpettit@ovn.org
State Accepted
Headers show
Series [ovs-dev,1/2] Prepare for 2.11.0. | expand

Commit Message

Justin Pettit Jan. 20, 2019, 9:29 p.m. UTC
Signed-off-by: Justin Pettit <jpettit@ovn.org>
---
 NEWS             | 2 +-
 configure.ac     | 2 +-
 debian/changelog | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

Comments

Ben Pfaff Jan. 20, 2019, 9:42 p.m. UTC | #1
On Sun, Jan 20, 2019 at 01:29:27PM -0800, Justin Pettit wrote:
> Signed-off-by: Justin Pettit <jpettit@ovn.org>

Acked-by: Ben Pfaff <blp@ovn.org>
Justin Pettit Jan. 21, 2019, 6:42 a.m. UTC | #2
> On Jan 20, 2019, at 1:42 PM, Ben Pfaff <blp@ovn.org> wrote:
> 
> On Sun, Jan 20, 2019 at 01:29:27PM -0800, Justin Pettit wrote:
>> Signed-off-by: Justin Pettit <jpettit@ovn.org>
> 
> Acked-by: Ben Pfaff <blp@ovn.org>

Thanks.  I pushed this to master and branch-2.11.

--Justin
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index 6fc1cf3def81..1d47545ca333 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@ 
-Post-v2.10.0
+v2.11.0 - xx xxx xxxx
 ---------------------
    - Linux datapath:
      * Support for the kernel versions 4.16.x and 4.17.x.
diff --git a/configure.ac b/configure.ac
index 71ca9078210e..8a05870a43dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ 
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.10.90, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.11.0, 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 493bd13ea342..c12eaa010206 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@ 
-openvswitch (2.10.90-1) unstable; urgency=low
+openvswitch (2.11.0-1) unstable; urgency=low
 
    * New upstream version
 
- -- Open vSwitch team <dev@openvswitch.org>  Tue, 24 Jul 2018 15:29:17 -0700
+ -- Open vSwitch team <dev@openvswitch.org>  Sat, 20 Jan 2019 13:26:19 -0700
 
 openvswitch (2.10.0-1) unstable; urgency=low