changeset 13742:e1f187f4fc9f stable

merge release changeset
author John W. Eaton <jwe@octave.org>
date Mon, 24 Oct 2011 16:10:09 -0400
parents b0e70a71647b (diff) fcdf0993b8c9 (current diff)
children 50ef82665546
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue Oct 18 21:18:41 2011 -0500
+++ b/configure.ac	Mon Oct 24 16:10:09 2011 -0400
@@ -27,13 +27,13 @@
 EXTERN_CFLAGS="$CFLAGS"
 EXTERN_CXXFLAGS="$CXXFLAGS"
 
-AC_INIT([GNU Octave], [3.4.3-rc0], [http://octave.org/bugs.html], [octave])
+AC_INIT([GNU Octave], [3.4.3], [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-09-29"
+OCTAVE_RELEASE_DATE="2011-10-10"
 OCTAVE_COPYRIGHT="Copyright (C) 2011 John W. Eaton and others."
 AC_SUBST(OCTAVE_VERSION)
 AC_SUBST(OCTAVE_API_VERSION_NUMBER)