changeset 12744:343eca0298d0 stable

maint: fix version number for stable branch * configure.ac (AC_INIT): Correct stable branch version number.
author John W. Eaton <jwe@octave.org>
date Wed, 15 Jun 2011 09:39:23 -0400
parents 5d8f2a091b23
children fbf4ec3aff6f 07188dbaf89a
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue Jun 14 16:57:16 2011 -0400
+++ b/configure.ac	Wed Jun 15 09:39:23 2011 -0400
@@ -27,7 +27,7 @@
 EXTERN_CFLAGS="$CFLAGS"
 EXTERN_CXXFLAGS="$CXXFLAGS"
 
-AC_INIT([GNU Octave], [3.5.0+], [http://octave.org/bugs.html], [octave])
+AC_INIT([GNU Octave], [3.4.0+], [http://octave.org/bugs.html], [octave])
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
 OCTAVE_VERSION="$PACKAGE_VERSION"