diff mbox series

[ovs-dev,2/2] Prepare for post-2.9.0 (2.9.90).

Message ID 1516211680-124254-2-git-send-email-jpettit@ovn.org
State Accepted
Headers show
Series [ovs-dev,1/2] Prepare for 2.9.0. | expand

Commit Message

Justin Pettit Jan. 17, 2018, 5:54 p.m. UTC
Signed-off-by: Justin Pettit <jpettit@ovn.org>
---
 NEWS             | 5 +++++
 configure.ac     | 2 +-
 debian/changelog | 6 ++++++
 3 files changed, 12 insertions(+), 1 deletion(-)

Comments

Ben Pfaff Jan. 17, 2018, 6:05 p.m. UTC | #1
On Wed, Jan 17, 2018 at 09:54:40AM -0800, Justin Pettit wrote:
> Signed-off-by: Justin Pettit <jpettit@ovn.org>

Acked-by: Ben Pfaff <blp@ovn.org>
Justin Pettit Jan. 17, 2018, 9:43 p.m. UTC | #2
> On Jan 17, 2018, at 10:05 AM, Ben Pfaff <blp@ovn.org> wrote:
> 
> On Wed, Jan 17, 2018 at 09:54:40AM -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.

--Justin
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index a736b3159751..c067b9462f2d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@ 
+Post-v2.9.0
+--------------------
+    - Nothing yet.
+
+
 v2.9.0 - xx xxx xxxx
 --------------------
    - NSH implementation now conforms to latest draft (draft-ietf-sfc-nsh-28).
diff --git a/configure.ac b/configure.ac
index 635beb6ea962..84fed062cfa3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ 
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.9.0, bugs@openvswitch.org)
+AC_INIT(openvswitch, 2.9.90, 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 64b8f08ee931..efab15a0de2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@ 
+openvswitch (2.9.90-1) unstable; urgency=low
+
+   * New upstream version
+
+ -- Open vSwitch team <dev@openvswitch.org>  Wed, 17 Jan 2018 09:52:17 -0700
+
 openvswitch (2.9.0-1) unstable; urgency=low
 
    * New upstream version