changeset 11761:af3f3c6f381f release-3-0-x

version 3.0.1
author John W. Eaton <jwe@octave.org>
date Wed, 23 Apr 2008 16:50:05 -0400
parents 477da73a7bb8
children 6a8fd365eebd
files doc/ChangeLog libcruft/ChangeLog liboctave/ChangeLog scripts/ChangeLog src/ChangeLog src/version.h test/ChangeLog
diffstat 7 files changed, 30 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-21  John W. Eaton  <jwe@octave.org>
+
+	Version 3.0.1 released.
+
 2008-04-03  Rafael Laboissiere  <rafael@debian.org>
 
 	* interpreter/octave.1, interpreter/octave-bug.1:
--- a/libcruft/ChangeLog
+++ b/libcruft/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-21  John W. Eaton  <jwe@octave.org>
+
+	Version 3.0.1 released.
+
 2008-04-04  John W. Eaton  <jwe@octave.org>
 
 	* blas/zdrot.f, odepack/dlsode.f, odepack/ewset.f,
--- a/liboctave/ChangeLog
+++ b/liboctave/ChangeLog
@@ -1,5 +1,7 @@
 2008-04-21  John W. Eaton  <jwe@octave.org>
 
+	Version 3.0.1 released.
+
 	* idx-vector.cc (IDX_VEC_REP::idx_vector_rep (const boolNDArray&)):
 	Fix for-loop condition.
 
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-21  John W. Eaton  <jwe@octave.org>
+
+	Version 3.0.1 released.
+
 2008-04-21  David Bateman  <dbateman@free.fr>
 
 	* plot/__go_draw_axes__.m (gnuplot_position_colorbox): New arg, obj.
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
+2008-04-21  John W. Eaton  <jwe@octave.org>
+
+	Version 3.0.1 released.
+
+	* version.h (OCTAVE_VERSION): Now 3.0.1.
+	(OCTAVE_RELEASE_DATE): Now 2008-04-21.
+	(OCTAVE_COPYRIGHT): Update year.
+
 2008-04-20  John W. Eaton  <jwe@octave.org>
 
 	* oct-stream.cc (octave_stream::read): Allow single data type
--- a/src/version.h
+++ b/src/version.h
@@ -1,7 +1,7 @@
 /*
 
 Copyright (C) 1992, 1993, 1994, 1996, 1997, 1998, 1999, 2000, 2001,
-              2002, 2003, 2004, 2005, 2006, 2007 John W. Eaton
+              2002, 2003, 2004, 2005, 2006, 2007, 2008 John W. Eaton
 
 This file is part of Octave.
 
@@ -24,13 +24,13 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "3.0.0"
+#define OCTAVE_VERSION "3.0.1"
 
 #define OCTAVE_API_VERSION "api-v32"
 
-#define OCTAVE_RELEASE_DATE "2007-12-21"
+#define OCTAVE_RELEASE_DATE "2008-12-21"
 
-#define OCTAVE_COPYRIGHT "Copyright (C) 2007 John W. Eaton and others."
+#define OCTAVE_COPYRIGHT "Copyright (C) 2008 John W. Eaton and others."
 
 // This is the first line printed by --version.  The GNU coding
 // standards say that the version number should follow the last space
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-21  John W. Eaton  <jwe@octave.org>
+
+	Version 3.0.1 released.
+
 2008-04-09  Michael Goffioul  <michael.goffioul@gmail.com>
 
 	* test_string.m: Fix isprint test under Win32, where