diff mbox series

[ovs-dev,2/2] Prepare for post-3.1.0 (3.1.90).

Message ID 20230116160955.2804508-3-i.maximets@ovn.org
State Accepted
Commit b02356ebbf6b049bfbd8938bbeb6cdb717001797
Headers show
Series Patches to branch for 3.1. | 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. 16, 2023, 4:09 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

Aaron Conole Jan. 16, 2023, 5:12 p.m. UTC | #1
Ilya Maximets <i.maximets@ovn.org> writes:

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

Acked-by: Aaron Conole <aconole@redhat.com>
Ilya Maximets Jan. 16, 2023, 8:52 p.m. UTC | #2
On 1/16/23 18:12, Aaron Conole wrote:
> Ilya Maximets <i.maximets@ovn.org> writes:
> 
>> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
>> ---
> 
> Acked-by: Aaron Conole <aconole@redhat.com>
> 


Thanks!  Applied.

Best regards, Ilya Maximets.
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index 933c5700f..02ef48590 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@ 
+Post-v3.1.0
+--------------------
+
+
 v3.1.0 - xx xxx xxxx
 --------------------
    - ovs-vswitchd now detects changes in CPU affinity and adjusts the number
diff --git a/configure.ac b/configure.ac
index 9bf896c01..d05e544b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ 
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(openvswitch, 3.1.0, bugs@openvswitch.org)
+AC_INIT(openvswitch, 3.1.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 6b99df5af..c62bb5646 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@ 
+openvswitch (3.1.90-1) unstable; urgency=low
+
+   * New upstream version
+
+ -- Open vSwitch team <dev@openvswitch.org>  Mon, 16 Jan 2023 16:51:01 +0100
+
 openvswitch (3.1.0-1) unstable; urgency=low
 
    * New upstream version