comparison configure.ac @ 13268:571557ddabb9

maint: periodic merge of stable to default.
author Rik <octave@nomad.inbox5.com>
date Mon, 03 Oct 2011 11:01:10 -0700
parents f26ea04b5356 fd9187676535
children 3f3aa11aca41 478efc95cb7a
comparison
equal deleted inserted replaced
13267:f26ea04b5356 13268:571557ddabb9
29 29
30 AC_INIT([GNU Octave], [3.5.0+], [http://octave.org/bugs.html], [octave]) 30 AC_INIT([GNU Octave], [3.5.0+], [http://octave.org/bugs.html], [octave])
31 31
32 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg 32 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
33 OCTAVE_VERSION="$PACKAGE_VERSION" 33 OCTAVE_VERSION="$PACKAGE_VERSION"
34 OCTAVE_API_VERSION_NUMBER="44" 34 OCTAVE_API_VERSION_NUMBER="45"
35 OCTAVE_API_VERSION="api-v$OCTAVE_API_VERSION_NUMBER+" 35 OCTAVE_API_VERSION="api-v$OCTAVE_API_VERSION_NUMBER+"
36 OCTAVE_RELEASE_DATE="2011-01-22" 36 OCTAVE_RELEASE_DATE="2011-01-22"
37 OCTAVE_COPYRIGHT="Copyright (C) 2011 John W. Eaton and others." 37 OCTAVE_COPYRIGHT="Copyright (C) 2011 John W. Eaton and others."
38 AC_SUBST(OCTAVE_VERSION) 38 AC_SUBST(OCTAVE_VERSION)
39 AC_SUBST(OCTAVE_API_VERSION_NUMBER) 39 AC_SUBST(OCTAVE_API_VERSION_NUMBER)