changeset 31392:01e9fdd57d1a stable

bump stable branch version after release * configure.ac (AC_INIT): Set version to 7.3.1. (OCTAVE_PATCH_VERSION): Now 1. * NEWS.7.md: Create section for a future 7.4 release.
author John W. Eaton <jwe@octave.org>
date Wed, 02 Nov 2022 14:25:29 -0400
parents a6daea9ee710
children 50f57a2be778 ac08158dae9b
files configure.ac etc/NEWS.7.md
diffstat 2 files changed, 14 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Nov 02 14:23:53 2022 -0400
+++ b/configure.ac	Wed Nov 02 14:25:29 2022 -0400
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [7.3.0], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [7.3.1], [https://octave.org/bugs.html], [octave],
         [https://www.gnu.org/software/octave/])
 
 ### Declare version numbers
@@ -41,7 +41,7 @@
 
 OCTAVE_MAJOR_VERSION=7
 OCTAVE_MINOR_VERSION=3
-OCTAVE_PATCH_VERSION=0
+OCTAVE_PATCH_VERSION=1
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
 OCTAVE_VERSION="$PACKAGE_VERSION"
--- a/etc/NEWS.7.md	Wed Nov 02 14:23:53 2022 -0400
+++ b/etc/NEWS.7.md	Wed Nov 02 14:25:29 2022 -0400
@@ -1,10 +1,21 @@
-Summary of bugs fixed for version 7.3.0 (2022-11-02):
+Summary of bugs fixed for version 7.4.0 (tbd):
 ----------------------------------------------------
 
 For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX
 
 ### Improvements and fixes
 
+### GUI
+
+### Build system / Tests
+
+### Documentation
+
+Summary of bugs fixed for version 7.3.0 (2022-11-02):
+----------------------------------------------------
+
+### Improvements and fixes
+
 - `scanf`: Don't set error when reaching end of stream (bug #62723).
 - Fix duplicate names displayed with mixed `@class`/`classdef` classes (bug #62802).
 - `canonicalize_file_name`: Handle symlinks to UNC network shares (bug #62847).