# HG changeset patch # User jwe # Date 1114095341 0 # Node ID 3e26fb4f24666359d5688a5a7d520db611c19590 # Parent 41273fff034ded172de6f338ecce565cd265244a [project @ 2005-04-21 14:55:41 by jwe] diff -r 41273fff034d -r 3e26fb4f2466 src/ChangeLog --- a/src/ChangeLog Thu Apr 21 14:46:51 2005 +0000 +++ b/src/ChangeLog Thu Apr 21 14:55:41 2005 +0000 @@ -1,5 +1,8 @@ 2005-04-21 John W. Eaton + * version.h (OCTAVE_VERSION): Now 2.9.2. + (OCTAVE_API_VERSION): Now api-v15. + * DLD-FUNCTIONS/__qp__.cc: New file. * Makefile.in (DLD_XSRC): Add it to the list. diff -r 41273fff034d -r 3e26fb4f2466 src/version.h --- a/src/version.h Thu Apr 21 14:46:51 2005 +0000 +++ b/src/version.h Thu Apr 21 14:55:41 2005 +0000 @@ -23,9 +23,9 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "2.9.1" +#define OCTAVE_VERSION "2.9.2" -#define OCTAVE_API_VERSION "api-v14" +#define OCTAVE_API_VERSION "api-v15" #define OCTAVE_COPYRIGHT \ "Copyright (C) 2005 John W. Eaton."