comparison configure.ac @ 30850:022fd8234356

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Fri, 18 Mar 2022 09:36:42 -0400
parents 4392386b5ecb 8b50d8916a18
children 062e00e903a5
comparison
equal deleted inserted replaced
30845:3c9e19cd8896 30850:022fd8234356
46 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument. 46 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
47 OCTAVE_VERSION="$PACKAGE_VERSION" 47 OCTAVE_VERSION="$PACKAGE_VERSION"
48 48
49 OCTAVE_COPYRIGHT="Copyright (C) 1993-2022 The Octave Project Developers." 49 OCTAVE_COPYRIGHT="Copyright (C) 1993-2022 The Octave Project Developers."
50 50
51 OCTAVE_RELEASE_DATE="2022-01-05" 51 OCTAVE_RELEASE_DATE="2022-03-18"
52 52
53 ## The "API version" is used as a way of checking that interfaces in the 53 ## 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 54 ## 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 55 ## incompatible way when loading .oct files. A better way to do this is with
56 ## library versioning, but not all systems support it. 56 ## library versioning, but not all systems support it.