changeset 18093:a1e4282f5254 gui-release

set version number to 3.9.0+ on gui-release branch * configure.ac (OCTAVE_VERSION): Set to 3.9.0+.
author John W. Eaton <jwe@octave.org>
date Thu, 05 Dec 2013 12:04:07 -0500
parents 8cf2b8617e85
children 5559a8bbca82
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 ### <http://www.gnu.org/licenses/>.
 
 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"