# HG changeset patch # User John W. Eaton # Date 1308145163 14400 # Node ID 343eca0298d086765b5a592c90702409c7000aa6 # Parent 5d8f2a091b23f9ab56d3057ba480a592bb673f63 maint: fix version number for stable branch * configure.ac (AC_INIT): Correct stable branch version number. diff -r 5d8f2a091b23 -r 343eca0298d0 configure.ac --- 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"