diff configure.ac @ 33484:75ef583dd829 stable rc-9-1-90

bump version for 9.1.90 release candidate * configure.ac (AC_INIT): Set version to 9.1.90. (OCTAVE_PATCH_VERSION): Set to 90. (OCTAVE_RELEASE_DATE): Set to 2024-04-29.
author John W. Eaton <jwe@octave.org>
date Mon, 29 Apr 2024 10:46:26 -0400
parents 0d1a3c2ad9c6
children 4a59c487554e
line wrap: on
line diff
--- a/configure.ac	Mon Apr 29 10:43:27 2024 -0400
+++ b/configure.ac	Mon Apr 29 10:46:26 2024 -0400
@@ -27,7 +27,7 @@
 
 ### Initialize Autoconf
 AC_PREREQ([2.65])
-AC_INIT([GNU Octave], [9.1.1], [https://octave.org/bugs.html], [octave],
+AC_INIT([GNU Octave], [9.1.90], [https://octave.org/bugs.html], [octave],
         [https://www.gnu.org/software/octave/])
 
 ### Declare version numbers
@@ -41,14 +41,14 @@
 
 OCTAVE_MAJOR_VERSION=9
 OCTAVE_MINOR_VERSION=1
-OCTAVE_PATCH_VERSION=1
+OCTAVE_PATCH_VERSION=90
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
 OCTAVE_VERSION="$PACKAGE_VERSION"
 
 OCTAVE_COPYRIGHT="Copyright (C) 1993-2024 The Octave Project Developers."
 
-OCTAVE_RELEASE_DATE="2024-03-14"
+OCTAVE_RELEASE_DATE="2024-04-29"
 
 ## The "API version" is used as a way of checking that interfaces in the
 ## liboctave and libinterp libraries haven't changed in a backwardly