# HG changeset patch # User John W. Eaton # Date 1368523425 14400 # Node ID 608e307b49149b32a6d09c2f06493d04d3af9be4 # Parent 591cb51c18a3e735065d1e7346142cd318587d99 snapshot 3.7.5 * configure.ac (OCTAVE_VERSION): Bump to 3.7.5. diff -r 591cb51c18a3 -r 608e307b4914 configure.ac --- a/configure.ac Tue May 14 02:49:24 2013 -0400 +++ b/configure.ac Tue May 14 05:23:45 2013 -0400 @@ -19,13 +19,13 @@ ### . AC_PREREQ([2.62]) -AC_INIT([GNU Octave], [3.7.4], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [3.7.5], [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-05-13" +OCTAVE_RELEASE_DATE="2013-05-14" OCTAVE_COPYRIGHT="Copyright (C) 2013 John W. Eaton and others." AC_SUBST(OCTAVE_VERSION) AC_SUBST(OCTAVE_API_VERSION_NUMBER)