# HG changeset patch # User John W. Eaton # Date 1360475959 18000 # Node ID 23a7661e529ae9bfc91693618f8c314c31f695ca # Parent f124f66af2739221d88281868f4a8c95a0125039 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. diff -r f124f66af273 -r 23a7661e529a configure.ac --- a/configure.ac Sun Feb 10 00:58:51 2013 -0500 +++ b/configure.ac Sun Feb 10 00:59:19 2013 -0500 @@ -19,14 +19,14 @@ ### . AC_PREREQ([2.62]) -AC_INIT([GNU Octave], [3.7.1+], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [3.7.2], [http://octave.org/bugs.html], [octave]) dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg OCTAVE_VERSION="$PACKAGE_VERSION" OCTAVE_API_VERSION_NUMBER="48" OCTAVE_API_VERSION="api-v$OCTAVE_API_VERSION_NUMBER+" -OCTAVE_RELEASE_DATE="2013-01-02" -OCTAVE_COPYRIGHT="Copyright (C) 2012 John W. Eaton and others." +OCTAVE_RELEASE_DATE="2013-02-09" +OCTAVE_COPYRIGHT="Copyright (C) 2013 John W. Eaton and others." AC_SUBST(OCTAVE_VERSION) AC_SUBST(OCTAVE_API_VERSION_NUMBER) AC_SUBST(OCTAVE_API_VERSION)