# HG changeset patch # User jwe # Date 1099671492 0 # Node ID b9dae14b5ada74efa35ee53ed5347e1cafe1f478 # Parent ecfba79456a269b4397cb3c184e1e25a5ebf6b7d [project @ 2004-11-05 16:18:11 by jwe] diff -r ecfba79456a2 -r b9dae14b5ada src/ChangeLog --- a/src/ChangeLog Thu Nov 04 20:52:23 2004 +0000 +++ b/src/ChangeLog Fri Nov 05 16:18:12 2004 +0000 @@ -1,3 +1,7 @@ +2004-11-05 John W. Eaton + + * version.h (OCTAVE_VERSION): Now 2.1.61. + 2004-11-04 John W. Eaton * pt-colon.cc (tree_colon_expression::line, diff -r ecfba79456a2 -r b9dae14b5ada src/version.h --- a/src/version.h Thu Nov 04 20:52:23 2004 +0000 +++ b/src/version.h Fri Nov 05 16:18:12 2004 +0000 @@ -23,7 +23,7 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "2.1.60" +#define OCTAVE_VERSION "2.1.61" #define OCTAVE_API_VERSION "api-v11"