# HG changeset patch # User jwe # Date 1096036202 0 # Node ID 60a75e01a5374938e52f291e34396e5eed6f245c # Parent ec98115062d1c085df7bd454e1ee7f7ca6bbef74 [project @ 2004-09-24 14:30:02 by jwe] diff -r ec98115062d1 -r 60a75e01a537 src/ChangeLog --- a/src/ChangeLog Fri Sep 24 14:02:19 2004 +0000 +++ b/src/ChangeLog Fri Sep 24 14:30:02 2004 +0000 @@ -1,3 +1,8 @@ +2004-09-24 John W. Eaton + + * version.h (OCTAVE_VERSION): Now 2.1.60. + (OCTAVE_API_VERSION): Now api-v11. + 2004-09-24 David Bateman * ov-fcn-inline (Finline): Attempt better auto-detection of diff -r ec98115062d1 -r 60a75e01a537 src/version.h --- a/src/version.h Fri Sep 24 14:02:19 2004 +0000 +++ b/src/version.h Fri Sep 24 14:30:02 2004 +0000 @@ -23,9 +23,9 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "2.1.59" +#define OCTAVE_VERSION "2.1.60" -#define OCTAVE_API_VERSION "api-v10" +#define OCTAVE_API_VERSION "api-v11" #define OCTAVE_COPYRIGHT \ "Copyright (C) 2004 John W. Eaton."