diff configure.ac @ 31161:6c1e310b2230 stable release-7-2-0

Version 7.2.0 released. * configure.ac (AC_INIT): Set version to 7.2.0. (OCTAVE_MINOR_VERSION): Now 2. (OCTAVE_PATCH_VERSION): Now 0. (OCTAVE_RELEASE_DATE): Set to "2022-07-28". * org.octave.Octave.appdata.xml: Add release info for version 7.2.0. * CITATION: Update for 7.2.0. * NEWS.7.md: Update release date.
author John W. Eaton <jwe@octave.org>
date Thu, 28 Jul 2022 09:08:26 -0400
parents a30f6c08d7b5
children efb29ba0a667
line wrap: on
line diff
--- a/configure.ac	Wed Jul 27 18:30:15 2022 +0200
+++ b/configure.ac	Thu Jul 28 09:08:26 2022 -0400
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [7.1.91], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [7.2.0], [https://octave.org/bugs.html], [octave],
         [https://www.gnu.org/software/octave/])
 
 ### Declare version numbers
@@ -40,15 +40,15 @@
 ## versions.
 
 OCTAVE_MAJOR_VERSION=7
-OCTAVE_MINOR_VERSION=1
-OCTAVE_PATCH_VERSION=91
+OCTAVE_MINOR_VERSION=2
+OCTAVE_PATCH_VERSION=0
 
 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-06-13"
+OCTAVE_RELEASE_DATE="2022-07-28"
 
 ## The "API version" is used as a way of checking that interfaces in the
 ## liboctave and libinterp libraries haven't changed in a backwardly