Mercurial > hg > octave-lyh
changeset 7334:274d9642ac10 release-3-0-0
[project @ 2007-12-22 01:42:45 by jwe]
author | jwe |
---|---|
date | Sat, 22 Dec 2007 01:42:46 +0000 |
parents | 66dfb0abd3d3 |
children | 58f5fab3ebe5 |
files | ChangeLog doc/ChangeLog libcruft/ChangeLog liboctave/ChangeLog scripts/ChangeLog src/ChangeLog src/version.h test/ChangeLog |
diffstat | 8 files changed, 35 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-12-21 John W. Eaton <jwe@octave.org> + + Version 3.0.0 released. + 2007-12-13 John W. Eaton <jwe@octave.org> * octMakefile.in (octave-bug, octave-config, mkoctfile):
--- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2007-12-21 John W. Eaton <jwe@octave.org> + + Version 3.0.0 released. + 2007-12-13 John W. Eaton <jwe@octave.org> * Makefile.in (conf.texi): Also depend on $(top_srcdir)/src/version.h.
--- a/libcruft/ChangeLog +++ b/libcruft/ChangeLog @@ -1,3 +1,7 @@ +2007-12-21 John W. Eaton <jwe@octave.org> + + Version 3.0.0 released. + 2007-11-01 John W. Eaton <jwe@octave.org> * lapack-xtra/xzlange.f: Include complete implementation of ZLANGE
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,7 @@ +2007-12-21 John W. Eaton <jwe@octave.org> + + Version 3.0.0 released. + 2007-12-18 David Bateman <dbateman@free.fr> * Sparse.cc (template <class T> Sparse<T> Sparse<T>::index
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2007-12-21 John W. Eaton <jwe@octave.org> + + Version 3.0.0 released. + 2007-12-21 Soren Hauberg <hauberg@gmail.com> * image/imshow.m: Accept empty value for display_range.
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2007-12-21 John W. Eaton <jwe@octave.org> + + 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 <ThomasKasper@gmx.net> * OPERATORS/op-scm-cs.cc (DEFBINOP (pow)): Extract complex value
--- 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."