changeset 12134:6c54ad0fde04 release-3-4-x ss-3-3-90

update copyright and version info for release branch
author John W. Eaton <jwe@octave.org>
date Sat, 22 Jan 2011 13:50:32 -0500
parents adbc08052ccd
children 62da62aca189
files ChangeLog configure.ac
diffstat 2 files changed, 11 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Jan 22 13:54:18 2011 -0500
+++ b/ChangeLog	Sat Jan 22 13:50:32 2011 -0500
@@ -1,3 +1,10 @@
+2011-01-22  John W. Eaton  <jwe@octave.org>
+
+	* configure.ac (AC_INIT): Version is now 3.3.90.
+	(OCTAVE_API_VERSION_NUMBER): Now 44.
+	(OCTAVE_RELEASE_DATE): Now 2011-01-22.
+	(OCTAVE_COPYRIGHT): Update year to 2011.
+
 2010-01-20  Rik  <octave@nomad.inbox5.com>
 
 	* README.Cygwin, README.MacOS, README.Windows, README.ftp: Update
--- a/configure.ac	Sat Jan 22 13:54:18 2011 -0500
+++ b/configure.ac	Sat Jan 22 13:50:32 2011 -0500
@@ -27,14 +27,14 @@
 EXTERN_CFLAGS="$CFLAGS"
 EXTERN_CXXFLAGS="$CXXFLAGS"
 
-AC_INIT([GNU Octave], [3.3.55], [bug@octave.org], [octave])
+AC_INIT([GNU Octave], [3.3.90], [bug@octave.org], [octave])
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
 OCTAVE_VERSION="$PACKAGE_VERSION"
-OCTAVE_API_VERSION_NUMBER="43"
+OCTAVE_API_VERSION_NUMBER="44"
 OCTAVE_API_VERSION="api-v$OCTAVE_API_VERSION_NUMBER+"
-OCTAVE_RELEASE_DATE="2011-01-14"
-OCTAVE_COPYRIGHT="Copyright (C) 2010 John W. Eaton and others."
+OCTAVE_RELEASE_DATE="2011-01-22"
+OCTAVE_COPYRIGHT="Copyright (C) 2011 John W. Eaton and others."
 AC_SUBST(OCTAVE_VERSION)
 AC_SUBST(OCTAVE_API_VERSION_NUMBER)
 AC_SUBST(OCTAVE_API_VERSION)