comparison src/version.h @ 7091:5608935ff522 ss-2-9-16

[project @ 2007-10-31 21:26:39 by jwe]
author jwe
date Wed, 31 Oct 2007 21:29:24 +0000
parents 62552bb913c4
children e5005117103d
comparison
equal deleted inserted replaced
7090:47c1736d7371 7091:5608935ff522
22 */ 22 */
23 23
24 #if !defined (octave_version_h) 24 #if !defined (octave_version_h)
25 #define octave_version_h 1 25 #define octave_version_h 1
26 26
27 #define OCTAVE_VERSION "2.9.15+" 27 #define OCTAVE_VERSION "2.9.16"
28 28
29 #define OCTAVE_API_VERSION "api-v27" 29 #define OCTAVE_API_VERSION "api-v28"
30 30
31 #define OCTAVE_RELEASE_DATE "2007-10-13" 31 #define OCTAVE_RELEASE_DATE "2007-10-31"
32 32
33 #define OCTAVE_COPYRIGHT "Copyright (C) 2007 John W. Eaton and others." 33 #define OCTAVE_COPYRIGHT "Copyright (C) 2007 John W. Eaton and others."
34 34
35 // This is the first line printed by --version. The GNU coding 35 // This is the first line printed by --version. The GNU coding
36 // standards say that the version number should follow the last space 36 // standards say that the version number should follow the last space