comparison src/version.h @ 7301:89d546610556 ss-2-9-19

[project @ 2007-12-12 03:56:59 by jwe]
author jwe
date Wed, 12 Dec 2007 03:57:00 +0000
parents 42dc0f2acac1
children 4feb1214badf
comparison
equal deleted inserted replaced
7300:11c781ef004a 7301:89d546610556
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.18+" 27 #define OCTAVE_VERSION "2.9.19"
28 28
29 #define OCTAVE_API_VERSION "api-v30" 29 #define OCTAVE_API_VERSION "api-v31"
30 30
31 #define OCTAVE_RELEASE_DATE "2007-12-05" 31 #define OCTAVE_RELEASE_DATE "2007-12-11"
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