# HG changeset patch # User jwe # Date 1154195653 0 # Node ID 84dc6800fcd89a14445ee1ea5ab0b1c2b9a9e9b1 # Parent f47c0a988fe3130b7620ae99b3f1f10e0f47f79b [project @ 2006-07-29 17:54:13 by jwe] diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2006-07-29 John W. Eaton + + * matrix.h: Delete to avoid conflict with liboctave/Matrix.h on + case-insensitive filesystems. + + * version.h (OCTAVE_VERSION): Now 2.9.7+. + 2006-07-28 John W. Eaton * version.h (OCTAVE_VERSION): Now 2.9.7. diff --git a/src/matrix.h b/src/matrix.h deleted file mode 100644 --- a/src/matrix.h +++ /dev/null @@ -1,1 +0,0 @@ -#include "mex.h" diff --git a/src/version.h b/src/version.h --- a/src/version.h +++ b/src/version.h @@ -25,7 +25,7 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "2.9.7" +#define OCTAVE_VERSION "2.9.7+" #define OCTAVE_API_VERSION "api-v20"