Signed-off-by: Ilya Maximets <[email protected]>
---
 Documentation/faq/releases.rst | 1 +
 NEWS                           | 2 +-
 configure.ac                   | 2 +-
 debian/changelog               | 4 ++--
 debian/rules                   | 4 ++--
 5 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.rst
index 8ea07520e..aa06e09e1 100644
--- a/Documentation/faq/releases.rst
+++ b/Documentation/faq/releases.rst
@@ -169,6 +169,7 @@ Q: What DPDK version does each Open vSwitch release work 
with?
     3.4.x        23.11.5
     3.5.x        24.11.3
     3.6.x        24.11.3
+    3.7.x        25.11
     ============ ========
 
 Q: Are all the DPDK releases that OVS versions work with maintained?
diff --git a/NEWS b/NEWS
index 361b5be53..ba8191006 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Post-v3.6.0
+v3.7.0 - xx xxx xxxx
 --------------------
    - AF_XDP:
      * AF_XDP support now requires Linux kernel v5.4+ or a nominally older
diff --git a/configure.ac b/configure.ac
index 7a8b22a7d..7d7866331 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(openvswitch, 3.6.90, [email protected])
+AC_INIT(openvswitch, 3.7.0, [email protected])
 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 846697948..30bc5519b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-openvswitch (3.6.90-1) unstable; urgency=low
+openvswitch (3.7.0-1) unstable; urgency=low
 
    * New upstream version
 
- -- Open vSwitch team <[email protected]>  Mon, 18 Aug 2025 14:10:11 +0200
+ -- Open vSwitch team <[email protected]>  Fri, 16 Jan 2026 13:00:00 +0100
 
 openvswitch (3.6.0-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index b2a68c683..f36d45593 100755
--- a/debian/rules
+++ b/debian/rules
@@ -137,8 +137,8 @@ override_dh_python3:
 # Helper target for creating snapshots from upstream git
 DATE=$(shell date +%Y%m%d)
 # Upstream branch to track
-BRANCH=branch-3.6
-VERSION=3.6.0
+BRANCH=branch-3.7
+VERSION=3.7.0
 
 get-orig-snapshot:
        rm -Rf openvswitch-upstream
-- 
2.52.0

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to