diff configure.ac @ 31170:06c76eca5f95 default tip @

maint: merge stable to default
author John W. Eaton <jwe@octave.org>
date Fri, 29 Jul 2022 12:02:42 -0400
parents 8f67b53ac9ff efb29ba0a667
children
line wrap: on
line diff
--- a/configure.ac	Fri Jul 29 15:43:20 2022 +0200
+++ b/configure.ac	Fri Jul 29 12:02:42 2022 -0400
@@ -28,6 +28,7 @@
 ### Initialize Autoconf
 AC_PREREQ([2.65])
 AC_INIT([GNU Octave], [8.0.0], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [7.2.1], [https://octave.org/bugs.html], [octave],
         [https://www.gnu.org/software/octave/])
 
 ### Declare version numbers
@@ -48,7 +49,7 @@
 
 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