# HG changeset patch # User jwe # Date 1069732764 0 # Node ID c7ee06a9fbc359ad498a476ee44da99410a54d88 # Parent a585a2dfca6cfb0f82e51898b45bec3787ffe0fb [project @ 2003-11-25 03:59:24 by jwe] diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2003-11-24 John W. Eaton + * version.h (OCTAVE_VERSION): Now 2.1.52. + (OCTAVE_API_VERSION): Now api-v3. + * pr-output.h (octave_fcn_handle::print_as_scalar): Delete. * pr-output.cc (octave_print_internal): New version for diff --git a/src/version.h b/src/version.h --- a/src/version.h +++ b/src/version.h @@ -23,9 +23,9 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "2.1.51" +#define OCTAVE_VERSION "2.1.52" -#define OCTAVE_API_VERSION "api-v2" +#define OCTAVE_API_VERSION "api-v3" #define OCTAVE_COPYRIGHT \ "Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 John W. Eaton."