comparison 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
comparison
equal deleted inserted replaced
31168:4efd735d034c 31170:06c76eca5f95
26 ######################################################################## 26 ########################################################################
27 27
28 ### Initialize Autoconf 28 ### Initialize Autoconf
29 AC_PREREQ([2.65]) 29 AC_PREREQ([2.65])
30 AC_INIT([GNU Octave], [8.0.0], [https://octave.org/bugs.html], [octave], 30 AC_INIT([GNU Octave], [8.0.0], [https://octave.org/bugs.html], [octave],
31 AC_INIT([GNU Octave], [7.2.1], [https://octave.org/bugs.html], [octave],
31 [https://www.gnu.org/software/octave/]) 32 [https://www.gnu.org/software/octave/])
32 33
33 ### Declare version numbers 34 ### Declare version numbers
34 35
35 dnl Note that the version number is duplicated here and in AC_INIT because 36 dnl Note that the version number is duplicated here and in AC_INIT because
46 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument. 47 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
47 OCTAVE_VERSION="$PACKAGE_VERSION" 48 OCTAVE_VERSION="$PACKAGE_VERSION"
48 49
49 OCTAVE_COPYRIGHT="Copyright (C) 1993-2022 The Octave Project Developers." 50 OCTAVE_COPYRIGHT="Copyright (C) 1993-2022 The Octave Project Developers."
50 51
51 OCTAVE_RELEASE_DATE="2022-06-13" 52 OCTAVE_RELEASE_DATE="2022-07-28"
52 53
53 ## The "API version" is used as a way of checking that interfaces in the 54 ## The "API version" is used as a way of checking that interfaces in the
54 ## liboctave and libinterp libraries haven't changed in a backwardly 55 ## liboctave and libinterp libraries haven't changed in a backwardly
55 ## incompatible way when loading .oct files. A better way to do this is with 56 ## incompatible way when loading .oct files. A better way to do this is with
56 ## library versioning, but not all systems support it. 57 ## library versioning, but not all systems support it.