comparison configure.ac @ 20270:3e8c188b20a7

maint: Periodic merge of stable to default.
author John W. Eaton <jwe@octave.org>
date Sat, 30 May 2015 05:39:47 -0400
parents 5d6a2c4caf05 3ccc2d02e64b
children 78293a28f2a5
comparison
equal deleted inserted replaced
20268:e8da1c10194f 20270:3e8c188b20a7
23 23
24 dnl Note that the version number is duplicated here and in AC_INIT 24 dnl Note that the version number is duplicated here and in AC_INIT
25 dnl because AC_INIT requires it to be static, not computed from 25 dnl because AC_INIT requires it to be static, not computed from
26 dnl shell variables. 26 dnl shell variables.
27 OCTAVE_MAJOR_VERSION=4 27 OCTAVE_MAJOR_VERSION=4
28 OCTAVE_MINOR_VERSION=0 28 OCTAVE_MINOR_VERSION=1
29 OCTAVE_PATCH_VERSION=0-rc4 29 OCTAVE_PATCH_VERSION=0+
30 30
31 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg 31 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
32 OCTAVE_VERSION="$PACKAGE_VERSION" 32 OCTAVE_VERSION="$PACKAGE_VERSION"
33 33
34 OCTAVE_COPYRIGHT="Copyright (C) 2015 John W. Eaton and others." 34 OCTAVE_COPYRIGHT="Copyright (C) 2015 John W. Eaton and others."
35 35
36 OCTAVE_RELEASE_DATE="2015-03-20" 36 OCTAVE_RELEASE_DATE="2015-05-26"
37 37
38 ## The "API version" is used as a way of checking that interfaces in the 38 ## The "API version" is used as a way of checking that interfaces in the
39 ## liboctave and libinterp libraries haven't changed in a backwardly 39 ## liboctave and libinterp libraries haven't changed in a backwardly
40 ## incompatible way when loading .oct files. A better way to do that is 40 ## incompatible way when loading .oct files. A better way to do that is
41 ## with library versioning, but not all systems support that. 41 ## with library versioning, but not all systems support that.