Mercurial > hg > octave-lyh
diff src/version.h @ 3417:cb56e4bd79ca
[project @ 2000-01-11 21:58:47 by jwe]
author | jwe |
---|---|
date | Tue, 11 Jan 2000 21:58:47 +0000 |
parents | 908efd2c675a |
children | 43350974ba1b |
line wrap: on
line diff
--- a/src/version.h +++ b/src/version.h @@ -23,10 +23,10 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "2.1.23" +#define OCTAVE_VERSION "2.1.24" #define OCTAVE_COPYRIGHT \ - "Copyright (C) 1996, 1997, 1998 John W. Eaton." + "Copyright (C) 1996, 1997, 1998, 1999, 2000 John W. Eaton." #define OCTAVE_NAME_AND_VERSION \ "GNU Octave, version " OCTAVE_VERSION " (" CANONICAL_HOST_TYPE ")" @@ -45,7 +45,7 @@ ***\n\ *** If you want a stable, well-tested version of Octave, you should be\n\ *** using one of the stable releases (when this development release\n\ -*** was made, the latest stable version was 2.0.14)." +*** was made, the latest stable version was 2.0.15)." #endif