# HG changeset patch # User John W. Eaton # Date 1386263047 18000 # Node ID a1e4282f52541f020773e90cc86f1740fad29698 # Parent 8cf2b8617e858dcc7b0d716f188e97b354df58c3 set version number to 3.9.0+ on gui-release branch * configure.ac (OCTAVE_VERSION): Set to 3.9.0+. diff -r 8cf2b8617e85 -r a1e4282f5254 configure.ac --- a/configure.ac Thu Dec 05 10:48:21 2013 -0500 +++ b/configure.ac Thu Dec 05 12:04:07 2013 -0500 @@ -19,7 +19,7 @@ ### . AC_PREREQ([2.62]) -AC_INIT([GNU Octave], [4.1.0+], [http://octave.org/bugs.html], [octave]) +AC_INIT([GNU Octave], [3.9.0+], [http://octave.org/bugs.html], [octave]) dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg OCTAVE_VERSION="$PACKAGE_VERSION"