comparison configure.ac @ 26621:7bb23cecb928

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Thu, 24 Jan 2019 20:20:02 +0000
parents c9e5a09af7af 82865ccb62c2
children adc31fed37f5
comparison
equal deleted inserted replaced
26619:c9e5a09af7af 26621:7bb23cecb928
37 OCTAVE_PATCH_VERSION=0 37 OCTAVE_PATCH_VERSION=0
38 38
39 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument. 39 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument.
40 OCTAVE_VERSION="$PACKAGE_VERSION" 40 OCTAVE_VERSION="$PACKAGE_VERSION"
41 41
42 OCTAVE_COPYRIGHT="Copyright (C) 2018-2019 John W. Eaton and others." 42 OCTAVE_COPYRIGHT="Copyright (C) 2019 John W. Eaton and others."
43 43
44 OCTAVE_RELEASE_DATE="2018-12-20" 44 OCTAVE_RELEASE_DATE="2019-01-24"
45 45
46 ## The "API version" is used as a way of checking that interfaces in the 46 ## The "API version" is used as a way of checking that interfaces in the
47 ## liboctave and libinterp libraries haven't changed in a backwardly 47 ## liboctave and libinterp libraries haven't changed in a backwardly
48 ## incompatible way when loading .oct files. A better way to do this is with 48 ## incompatible way when loading .oct files. A better way to do this is with
49 ## library versioning, but not all systems support it. 49 ## library versioning, but not all systems support it.