changeset 18087:d734216aa2b1 stable rc-3-8-0-1

3.8.0 release candidate 1 * configure.ac (OCTAVE_VERSION): Bump to 3.8.0-rc1. (OCTAVE_API_VERSION_NUMBER): Set to 49. (OCTAVE_RELEASE_DATE): Set to 2013-12-04.
author John W. Eaton <jwe@octave.org>
date Wed, 04 Dec 2013 15:40:33 -0500
parents d8d0e9e189f5
children c2822fb91973
files configure.ac
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Dec 04 15:14:18 2013 -0500
+++ b/configure.ac	Wed Dec 04 15:40:33 2013 -0500
@@ -19,13 +19,13 @@
 ### <http://www.gnu.org/licenses/>.
 
 AC_PREREQ([2.62])
-AC_INIT([GNU Octave], [3.7.7+], [http://octave.org/bugs.html], [octave])
+AC_INIT([GNU Octave], [3.8.0-rc1], [http://octave.org/bugs.html], [octave])
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
 OCTAVE_VERSION="$PACKAGE_VERSION"
-OCTAVE_API_VERSION_NUMBER="48"
+OCTAVE_API_VERSION_NUMBER="49"
 OCTAVE_API_VERSION="api-v$OCTAVE_API_VERSION_NUMBER+"
-OCTAVE_RELEASE_DATE="2013-09-23"
+OCTAVE_RELEASE_DATE="2013-12-04"
 OCTAVE_COPYRIGHT="Copyright (C) 2013 John W. Eaton and others."
 AC_SUBST(OCTAVE_VERSION)
 AC_SUBST(OCTAVE_API_VERSION_NUMBER)