diff mbox series

[ovs-dev,2/2] Prepare for post-3.2.0 (3.2.90).

Message ID 20230717132221.125071-3-i.maximets@ovn.org
State Accepted
Commit bffffd841ff1a201fcf5bd7007d64e1d511d6aa1
Headers show
Series Patches to branch for 3.2. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/intel-ovs-compilation success test: success

Commit Message

Ilya Maximets July 17, 2023, 1:22 p.m. UTC
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
---
 NEWS             | 4 ++++
 configure.ac     | 2 +-
 debian/changelog | 6 ++++++
 3 files changed, 11 insertions(+), 1 deletion(-)

Comments

Eelco Chaudron July 17, 2023, 2:03 p.m. UTC | #1
On 17 Jul 2023, at 15:22, Ilya Maximets wrote:

> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>


Changes look good to me!

Acked-by: Eelco Chaudron <echaudro@redhat.com>
Ilya Maximets July 17, 2023, 7:18 p.m. UTC | #2
On 7/17/23 16:03, Eelco Chaudron wrote:
> 
> 
> On 17 Jul 2023, at 15:22, Ilya Maximets wrote:
> 
>> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
> 
> 
> Changes look good to me!
> 
> Acked-by: Eelco Chaudron <echaudro@redhat.com>
> 

Applied to master.  Thanks!

Best regards, Ilya Maximets.
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index b998fcf5c..077a34225 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@ 
+Post-v3.2.0
+--------------------
+
+
 v3.2.0 - xx xxx xxxx
 --------------------
    - OVSDB:
diff --git a/configure.ac b/configure.ac
index 320509c5f..c8708630e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ 
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(openvswitch, 3.2.0, bugs@openvswitch.org)
+AC_INIT(openvswitch, 3.2.90, bugs@openvswitch.org)
 AC_CONFIG_SRCDIR([vswitchd/ovs-vswitchd.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
diff --git a/debian/changelog b/debian/changelog
index 294b4a5db..69aac167a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@ 
+openvswitch (3.2.90-1) unstable; urgency=low
+
+   * New upstream version
+
+ -- Open vSwitch team <dev@openvswitch.org>  Mon, 17 Jul 2023 14:40:01 +0100
+
 openvswitch (3.2.0-1) unstable; urgency=low
 
    * New upstream version