changeset 13251:fd9187676535 stable

3.4.3 release candidate 0 * configure.ac (AC_INIT): Set version to 3.4.3-rc0. (OCTAVE_RELEASE_DATE): Update. * NEWS: Update for release.
author John W. Eaton <jwe@octave.org>
date Thu, 29 Sep 2011 13:42:30 -0400
parents 248d05c413dc
children 46f5e41c8610
files NEWS configure.ac
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Thu Sep 29 10:06:02 2011 -0700
+++ b/NEWS	Thu Sep 29 13:42:30 2011 -0400
@@ -1,3 +1,8 @@
+Summary of important user-visible changes for version 3.4.3:
+-----------------------------------------------------------
+
+ ** Octave 3.2.3 is a bug fixing release.
+
 Summary of important user-visible changes for version 3.4.2:
 -----------------------------------------------------------
 
--- a/configure.ac	Thu Sep 29 10:06:02 2011 -0700
+++ b/configure.ac	Thu Sep 29 13:42:30 2011 -0400
@@ -27,13 +27,13 @@
 EXTERN_CFLAGS="$CFLAGS"
 EXTERN_CXXFLAGS="$CXXFLAGS"
 
-AC_INIT([GNU Octave], [3.4.2], [http://octave.org/bugs.html], [octave])
+AC_INIT([GNU Octave], [3.4.3-rc0], [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="45"
 OCTAVE_API_VERSION="api-v$OCTAVE_API_VERSION_NUMBER+"
-OCTAVE_RELEASE_DATE="2011-06-24"
+OCTAVE_RELEASE_DATE="2011-09-29"
 OCTAVE_COPYRIGHT="Copyright (C) 2011 John W. Eaton and others."
 AC_SUBST(OCTAVE_VERSION)
 AC_SUBST(OCTAVE_API_VERSION_NUMBER)