diff mbox series

[ovs-dev,2/2] Prepare for post-3.3.0 (3.3.90).

Message ID 20240117121127.3086296-3-i.maximets@ovn.org
State Accepted
Commit 85ceed7c7893de73196f02ae8ec766ccd528fc69
Delegated to: Ilya Maximets
Headers show
Series Patches to branch for 3.3. | 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 Jan. 17, 2024, 12:11 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(-)
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index b27d4a2ed..0588d41d1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@ 
+Post-v3.3.0
+--------------------
+
+
 v3.3.0 - xx xxx xxxx
 --------------------
    - OVSDB:
diff --git a/configure.ac b/configure.ac
index 05afbb9cc..dd6553fea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ 
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(openvswitch, 3.3.0, bugs@openvswitch.org)
+AC_INIT(openvswitch, 3.3.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 545dc8313..443217455 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@ 
+openvswitch (3.3.90-1) unstable; urgency=low
+
+   * New upstream version
+
+ -- Open vSwitch team <dev@openvswitch.org>  Wed, 17 Jan 2024 13:00:01 +0100
+
 openvswitch (3.3.0-1) unstable; urgency=low
 
    * New upstream version