comparison configure.ac @ 18849:2e68c34521e0 gui-release

maint: Periodic merge of stable to gui-release.
author Rik <rik@octave.org>
date Sun, 08 Jun 2014 16:34:22 -0700
parents 89b7bd7d0b83 492c56149535
children c53e11fab75f 0a66861d8069
comparison
equal deleted inserted replaced
18844:d67f33a4009d 18849:2e68c34521e0
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) 2013 John W. Eaton and others." 34 OCTAVE_COPYRIGHT="Copyright (C) 2013 John W. Eaton and others."
35 35
36 OCTAVE_RELEASE_DATE="2013-12-27" 36 OCTAVE_RELEASE_DATE="2014-06-06"
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.