# HG changeset patch # User jwe # Date 1068850182 0 # Node ID 1e8d49b93fab1d37adc6dc01edf30bfacd0f0908 # Parent d1786f2d8a3c4b2d40e3a9892598de392bb96d3c [project @ 2003-11-14 22:49:42 by jwe] diff -r d1786f2d8a3c -r 1e8d49b93fab src/ChangeLog --- a/src/ChangeLog Fri Nov 14 22:46:19 2003 +0000 +++ b/src/ChangeLog Fri Nov 14 22:49:42 2003 +0000 @@ -1,5 +1,8 @@ 2003-11-14 John W. Eaton + * version.h (OCTAVE_VERSION): Now 2.1.51. + (OCTAVE_API_VERSION): Now api-v2. + * lex.l (maybe_unput_comma, handle_close_bracket): Don't insert comma if we are looking at an object index and the closest nesting level is a brace. diff -r d1786f2d8a3c -r 1e8d49b93fab src/version.h --- a/src/version.h Fri Nov 14 22:46:19 2003 +0000 +++ b/src/version.h Fri Nov 14 22:49:42 2003 +0000 @@ -23,9 +23,9 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "2.1.50" +#define OCTAVE_VERSION "2.1.51" -#define OCTAVE_API_VERSION "api-v1" +#define OCTAVE_API_VERSION "api-v2" #define OCTAVE_COPYRIGHT \ "Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 John W. Eaton."