# HG changeset patch # User John W. Eaton # Date 1368446835 14400 # Node ID 4e50bd2946d8563d3e201cc04b3ba0720c991b06 # Parent 18d3c1b981e737a41050de04ff340c60c05c87ae snapshot 3.7.4 * configure.ac (OCTAVE_VERSION): Bump to 3.7.4. diff -r 18d3c1b981e7 -r 4e50bd2946d8 configure.ac --- a/configure.ac Mon May 13 08:05:53 2013 -0400 +++ b/configure.ac Mon May 13 08:07:15 2013 -0400 @@ -19,13 +19,13 @@ ### . AC_PREREQ([2.62]) -AC_INIT([GNU Octave], [3.7.3+], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [3.7.4], [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-04-22" +OCTAVE_RELEASE_DATE="2013-05-13" OCTAVE_COPYRIGHT="Copyright (C) 2013 John W. Eaton and others." AC_SUBST(OCTAVE_VERSION) AC_SUBST(OCTAVE_API_VERSION_NUMBER)