# HG changeset patch # User jwe # Date 1198287766 0 # Node ID 274d9642ac1032fcc4996a3cac80cfe5fd20f8a4 # Parent 66dfb0abd3d39bb3d8f106a87e55f93cbf44887a [project @ 2007-12-22 01:42:45 by jwe] diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-12-21 John W. Eaton + + Version 3.0.0 released. + 2007-12-13 John W. Eaton * octMakefile.in (octave-bug, octave-config, mkoctfile): diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2007-12-21 John W. Eaton + + Version 3.0.0 released. + 2007-12-13 John W. Eaton * Makefile.in (conf.texi): Also depend on $(top_srcdir)/src/version.h. diff --git a/libcruft/ChangeLog b/libcruft/ChangeLog --- a/libcruft/ChangeLog +++ b/libcruft/ChangeLog @@ -1,3 +1,7 @@ +2007-12-21 John W. Eaton + + Version 3.0.0 released. + 2007-11-01 John W. Eaton * lapack-xtra/xzlange.f: Include complete implementation of ZLANGE diff --git a/liboctave/ChangeLog b/liboctave/ChangeLog --- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,7 @@ +2007-12-21 John W. Eaton + + Version 3.0.0 released. + 2007-12-18 David Bateman * Sparse.cc (template Sparse Sparse::index diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2007-12-21 John W. Eaton + + Version 3.0.0 released. + 2007-12-21 Soren Hauberg * image/imshow.m: Accept empty value for display_range. diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2007-12-21 John W. Eaton + + Version 3.0.0 released. + + * version.h (OCTAVE_VERSION): Now 3.0.0. + (OCTAVE_API_VERSION): Now api-v32. + (OCTAVE_RELEASE_DATE): Now 2007-12-21. + 2007-12-19 Thomas Kasper * OPERATORS/op-scm-cs.cc (DEFBINOP (pow)): Extract complex value diff --git a/src/version.h b/src/version.h --- a/src/version.h +++ b/src/version.h @@ -24,11 +24,11 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "2.9.19+" +#define OCTAVE_VERSION "3.0.0" -#define OCTAVE_API_VERSION "api-v31" +#define OCTAVE_API_VERSION "api-v32" -#define OCTAVE_RELEASE_DATE "2007-12-11" +#define OCTAVE_RELEASE_DATE "2007-12-21" #define OCTAVE_COPYRIGHT "Copyright (C) 2007 John W. Eaton and others." diff --git a/test/ChangeLog b/test/ChangeLog --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2007-12-21 John W. Eaton + + Version 3.0.0 released. + 2007-12-18 David Bateman * build_sparse_tests.sh: Add tests for indexing like a([1,1],:),