# HG changeset patch # User jwe # Date 1131738832 0 # Node ID f16c05db625059770b94eec0af027bbe74d2ce62 # Parent 6a82af8242695050937fa62c050265e7c9b41d53 [project @ 2005-11-11 19:53:51 by jwe] diff -r 6a82af824269 -r f16c05db6250 src/ChangeLog --- a/src/ChangeLog Fri Nov 11 18:20:25 2005 +0000 +++ b/src/ChangeLog Fri Nov 11 19:53:52 2005 +0000 @@ -1,5 +1,8 @@ 2005-11-11 John W. Eaton + * version.h (OCTAVE_VERSION): Now 2.9.4 + (OCTAVE_API_VERSION): Now api-v17. + * variables.cc (symbol_out_of_date): Check for autoloads here too. * Makefile.in (PKG_ADD): Depend on $(DLD_DEF_FILES), not $(DLD_SRC). diff -r 6a82af824269 -r f16c05db6250 src/version.h --- a/src/version.h Fri Nov 11 18:20:25 2005 +0000 +++ b/src/version.h Fri Nov 11 19:53:52 2005 +0000 @@ -24,9 +24,9 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "2.9.3" +#define OCTAVE_VERSION "2.9.4" -#define OCTAVE_API_VERSION "api-v16" +#define OCTAVE_API_VERSION "api-v17" #define OCTAVE_COPYRIGHT \ "Copyright (C) 2005 John W. Eaton."