# HG changeset patch # User John W. Eaton # Date 1366645771 14400 # Node ID 7a4fd41ac82315c00bd3d867e01fc3a773f3faf4 # Parent 3cd80afc35092bd930616364244af9f1d0bc005b snapshot 3.7.3 * configure.ac (OCTAVE_VERSION): Bump to 3.7.3. diff -r 3cd80afc3509 -r 7a4fd41ac823 configure.ac --- a/configure.ac Fri Apr 19 17:36:40 2013 -0400 +++ b/configure.ac Mon Apr 22 11:49:31 2013 -0400 @@ -19,13 +19,13 @@ ### . AC_PREREQ([2.62]) -AC_INIT([GNU Octave], [3.7.2+], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [3.7.3], [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-02-09" +OCTAVE_RELEASE_DATE="2013-04-22" OCTAVE_COPYRIGHT="Copyright (C) 2013 John W. Eaton and others." AC_SUBST(OCTAVE_VERSION) AC_SUBST(OCTAVE_API_VERSION_NUMBER)