comparison src/version.h @ 4261:bdaa0d3dfc0b

[project @ 2003-01-02 22:55:23 by jwe]
author jwe
date Thu, 02 Jan 2003 22:55:23 +0000
parents 54fe7750d8c7
children 1264aac9e73a
comparison
equal deleted inserted replaced
4260:17826ec287bc 4261:bdaa0d3dfc0b
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.40" 26 #define OCTAVE_VERSION "2.1.41"
27 27
28 #define OCTAVE_COPYRIGHT \ 28 #define OCTAVE_COPYRIGHT \
29 "Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 John W. Eaton." 29 "Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 John W. Eaton."
30 30
31 #define OCTAVE_NAME_AND_VERSION \ 31 #define OCTAVE_NAME_AND_VERSION \
32 "GNU Octave, version " OCTAVE_VERSION " (" OCTAVE_CANONICAL_HOST_TYPE ")" 32 "GNU Octave, version " OCTAVE_VERSION " (" OCTAVE_CANONICAL_HOST_TYPE ")"
33 33
34 #define OCTAVE_COPYING_STATEMENT \ 34 #define OCTAVE_COPYING_STATEMENT \