changeset 17465:c1e51a59f61e

bump version number to 3.7.7+
author John W. Eaton <jwe@octave.org>
date Mon, 23 Sep 2013 13:31:38 -0400
parents fd01c78caa0b
children a5c6591d01e6
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 ### <http://www.gnu.org/licenses/>.
 
 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"