Mercurial > hg > octave-nkf
comparison configure.ac @ 16033:23a7661e529a ss-3-7-2
snapshot version 3.7.2
* configure.ac (AC_INIT): Set version to 3.7.2.
(OCTAVE_RELEASE_DATE): Set to 2013-02-09.
(OCTAVE_COPYRIGHT): Update year.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sun, 10 Feb 2013 00:59:19 -0500 |
parents | 5b2126a8c84f |
children | 999f8257313b |
comparison
equal
deleted
inserted
replaced
16032:f124f66af273 | 16033:23a7661e529a |
---|---|
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.1+], [http://octave.org/bugs.html], [octave]) | 22 AC_INIT([GNU Octave], [3.7.2], [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="48" |
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-01-02" | 28 OCTAVE_RELEASE_DATE="2013-02-09" |
29 OCTAVE_COPYRIGHT="Copyright (C) 2012 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) |
34 AC_SUBST(OCTAVE_COPYRIGHT) | 34 AC_SUBST(OCTAVE_COPYRIGHT) |