# HG changeset patch # User jwe # Date 1109353375 0 # Node ID 9f3299378193a965cf87ff26e4d23fc445b4a791 # Parent b087938bf4bafd6d4efdb2545431b3eb64838d9d [project @ 2005-02-25 17:42:55 by jwe] diff --git a/src/version.h b/src/version.h --- a/src/version.h +++ b/src/version.h @@ -23,12 +23,12 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "2.1.64-cvs" +#define OCTAVE_VERSION "2.1.cvs" -#define OCTAVE_API_VERSION "api-v12-cvs" +#define OCTAVE_API_VERSION "api-cvs" #define OCTAVE_COPYRIGHT \ - "Copyright (C) 2004 John W. Eaton." + "Copyright (C) 2005 John W. Eaton." #define OCTAVE_NAME_AND_VERSION \ "GNU Octave, version " OCTAVE_VERSION " (" OCTAVE_CANONICAL_HOST_TYPE ")"