comparison src/version.h @ 4720:e759d01692db ss-2-1-53

[project @ 2004-01-23 04:13:37 by jwe]
author jwe
date Fri, 23 Jan 2004 04:13:37 +0000
parents c7ee06a9fbc3
children 88b638195bd1
comparison
equal deleted inserted replaced
4719:9759e52e19bc 4720:e759d01692db
21 */ 21 */
22 22
23 #if !defined (octave_version_h) 23 #if !defined (octave_version_h)
24 #define octave_version_h 1 24 #define octave_version_h 1
25 25
26 #define OCTAVE_VERSION "2.1.52" 26 #define OCTAVE_VERSION "2.1.53"
27 27
28 #define OCTAVE_API_VERSION "api-v3" 28 #define OCTAVE_API_VERSION "api-v4"
29 29
30 #define OCTAVE_COPYRIGHT \ 30 #define OCTAVE_COPYRIGHT \
31 "Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 John W. Eaton." 31 "Copyright (C) 2004 John W. Eaton."
32 32
33 #define OCTAVE_NAME_AND_VERSION \ 33 #define OCTAVE_NAME_AND_VERSION \
34 "GNU Octave, version " OCTAVE_VERSION " (" OCTAVE_CANONICAL_HOST_TYPE ")" 34 "GNU Octave, version " OCTAVE_VERSION " (" OCTAVE_CANONICAL_HOST_TYPE ")"
35 35
36 #define OCTAVE_COPYING_STATEMENT \ 36 #define OCTAVE_COPYING_STATEMENT \