changeset 30842:266610d85519 stable rc-7-0-92

bump version for second 7.1 release candidate * configure.ac (AC_INIT): Set version to 7.0.92. (OCTAVE_PATCH_VERSION): Now 92. (OCTAVE_RELEASE_DATE): Set to 2022-03-18. * etc/NEWS.7.md: Update.
author John W. Eaton <jwe@octave.org>
date Fri, 18 Mar 2022 09:13:16 -0400
parents 6661824a987a
children 102820636eb6
files configure.ac etc/NEWS.7.md
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Fri Mar 18 09:17:58 2022 -0400
+++ b/configure.ac	Fri Mar 18 09:13:16 2022 -0400
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [7.0.91], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [7.0.92], [https://octave.org/bugs.html], [octave],
         [https://www.gnu.org/software/octave/])
 
 ### Declare version numbers
@@ -41,14 +41,14 @@
 
 OCTAVE_MAJOR_VERSION=7
 OCTAVE_MINOR_VERSION=0
-OCTAVE_PATCH_VERSION=91
+OCTAVE_PATCH_VERSION=92
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
 OCTAVE_VERSION="$PACKAGE_VERSION"
 
 OCTAVE_COPYRIGHT="Copyright (C) 1993-2022 The Octave Project Developers."
 
-OCTAVE_RELEASE_DATE="2022-01-05"
+OCTAVE_RELEASE_DATE="2022-03-18"
 
 ## The "API version" is used as a way of checking that interfaces in the
 ## liboctave and libinterp libraries haven't changed in a backwardly
--- a/etc/NEWS.7.md	Fri Mar 18 09:17:58 2022 -0400
+++ b/etc/NEWS.7.md	Fri Mar 18 09:13:16 2022 -0400
@@ -1,4 +1,4 @@
-Summary of important user-visible changes for version 7 (2022-01-05)
+Summary of important user-visible changes for version 7 (2022-03-18)
 --------------------------------------------------------------------
 
 ### General improvements