comparison src/version.h @ 7259:9f02c32eb70d ss-2-9-18

[project @ 2007-12-05 18:02:33 by jwe]
author jwe
date Wed, 05 Dec 2007 18:02:34 +0000
parents f2ba4aa9a5f9
children 42dc0f2acac1
comparison
equal deleted inserted replaced
7258:ab394b6ed06d 7259:9f02c32eb70d
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.17+" 27 #define OCTAVE_VERSION "2.9.18"
28 28
29 #define OCTAVE_API_VERSION "api-v29" 29 #define OCTAVE_API_VERSION "api-v30"
30 30
31 #define OCTAVE_RELEASE_DATE "2007-11-10" 31 #define OCTAVE_RELEASE_DATE "2007-12-05"
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