diff mbox series

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

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

Commit Message

Justin Pettit July 24, 2018, 10:35 p.m. UTC
Signed-off-by: Justin Pettit <jpettit@ovn.org>
---
 NEWS             | 4 ++--
 configure.ac     | 2 +-
 debian/changelog | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

Comments

Ben Pfaff July 24, 2018, 10:56 p.m. UTC | #1
On Tue, Jul 24, 2018 at 03:35:20PM -0700, Justin Pettit wrote:
> Signed-off-by: Justin Pettit <jpettit@ovn.org>

Acked-by: Ben Pfaff <blp@ovn.org>
Justin Pettit July 24, 2018, 11:12 p.m. UTC | #2
> On Jul 24, 2018, at 3:56 PM, Ben Pfaff <blp@ovn.org> wrote:
> 
> On Tue, Jul 24, 2018 at 03:35:20PM -0700, Justin Pettit wrote:
>> Signed-off-by: Justin Pettit <jpettit@ovn.org>
> 
> Acked-by: Ben Pfaff <blp@ovn.org>

Thanks.  I pushed the series to master, and created "branch-2.10" based on this commit.

--Justin
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index 2414b9199ae0..b0aaf88bbfb4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@ 
-Post-v2.9.0
---------------------
+v2.10.0 - xx xxx xxxx
+---------------------
    - ovs-vswitchd and utilities now support DNS names in OpenFlow and
      OVSDB remotes.
    - ovs-vswitchd:
diff --git a/configure.ac b/configure.ac
index c89c607c7124..009e5c98ef0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ 
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.9.90, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.10.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 2881d332fbd6..b4174c9f393f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@ 
-openvswitch (2.9.90-1) unstable; urgency=low
+openvswitch (2.10.0-1) unstable; urgency=low
 
    * New upstream version
 
- -- Open vSwitch team <dev@openvswitch.org>  Wed, 17 Jan 2018 09:52:17 -0700
+ -- Open vSwitch team <dev@openvswitch.org>  Tue, 24 Jul 2018 15:27:38 -0700
 
 openvswitch (2.9.0-1) unstable; urgency=low