comparison configure.ac @ 18087:d734216aa2b1 stable rc-3-8-0-1

3.8.0 release candidate 1 * configure.ac (OCTAVE_VERSION): Bump to 3.8.0-rc1. (OCTAVE_API_VERSION_NUMBER): Set to 49. (OCTAVE_RELEASE_DATE): Set to 2013-12-04.
author John W. Eaton <jwe@octave.org>
date Wed, 04 Dec 2013 15:40:33 -0500
parents 37a5e93d6cfd
children 5559a8bbca82 d9a9e13826e6
comparison
equal deleted inserted replaced
18079:d8d0e9e189f5 18087:d734216aa2b1
17 ### You should have received a copy of the GNU General Public License 17 ### You should have received a copy of the GNU General Public License
18 ### along with Octave; see the file COPYING. If not, see 18 ### along with Octave; see the file COPYING. If not, see
19 ### <http://www.gnu.org/licenses/>. 19 ### <http://www.gnu.org/licenses/>.
20 20
21 AC_PREREQ([2.62]) 21 AC_PREREQ([2.62])
22 AC_INIT([GNU Octave], [3.7.7+], [http://octave.org/bugs.html], [octave]) 22 AC_INIT([GNU Octave], [3.8.0-rc1], [http://octave.org/bugs.html], [octave])
23 23
24 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg 24 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
25 OCTAVE_VERSION="$PACKAGE_VERSION" 25 OCTAVE_VERSION="$PACKAGE_VERSION"
26 OCTAVE_API_VERSION_NUMBER="48" 26 OCTAVE_API_VERSION_NUMBER="49"
27 OCTAVE_API_VERSION="api-v$OCTAVE_API_VERSION_NUMBER+" 27 OCTAVE_API_VERSION="api-v$OCTAVE_API_VERSION_NUMBER+"
28 OCTAVE_RELEASE_DATE="2013-09-23" 28 OCTAVE_RELEASE_DATE="2013-12-04"
29 OCTAVE_COPYRIGHT="Copyright (C) 2013 John W. Eaton and others." 29 OCTAVE_COPYRIGHT="Copyright (C) 2013 John W. Eaton and others."
30 AC_SUBST(OCTAVE_VERSION) 30 AC_SUBST(OCTAVE_VERSION)
31 AC_SUBST(OCTAVE_API_VERSION_NUMBER) 31 AC_SUBST(OCTAVE_API_VERSION_NUMBER)
32 AC_SUBST(OCTAVE_API_VERSION) 32 AC_SUBST(OCTAVE_API_VERSION)
33 AC_SUBST(OCTAVE_RELEASE_DATE) 33 AC_SUBST(OCTAVE_RELEASE_DATE)