changeset 17298:fb7bd09c0c0e

bump version number to 3.7.6+
author John W. Eaton <jwe@octave.org>
date Tue, 20 Aug 2013 15:40:14 -0400
parents ce79b3975c3b
children a801d0ab5830
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue Aug 20 15:38:39 2013 -0400
+++ b/configure.ac	Tue Aug 20 15:40:14 2013 -0400
@@ -19,7 +19,7 @@
 ### <http://www.gnu.org/licenses/>.
 
 AC_PREREQ([2.62])
-AC_INIT([GNU Octave], [3.7.6], [http://octave.org/bugs.html], [octave])
+AC_INIT([GNU Octave], [3.7.6+], [http://octave.org/bugs.html], [octave])
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
 OCTAVE_VERSION="$PACKAGE_VERSION"