# HG changeset patch # User John W. Eaton # Date 1379957498 14400 # Node ID c1e51a59f61e573d0a21cd0080ddbefe9408ecf9 # Parent fd01c78caa0b24920f7359e3ecfac32e51d67e41 bump version number to 3.7.7+ diff -r fd01c78caa0b -r c1e51a59f61e configure.ac --- a/configure.ac Mon Sep 23 13:31:11 2013 -0400 +++ b/configure.ac Mon Sep 23 13:31:38 2013 -0400 @@ -19,7 +19,7 @@ ### . AC_PREREQ([2.62]) -AC_INIT([GNU Octave], [3.7.7], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [3.7.7+], [http://octave.org/bugs.html], [octave]) dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg OCTAVE_VERSION="$PACKAGE_VERSION"