comparison src/version.h @ 7021:0b91144f9533 ss-2-9-15

[project @ 2007-10-13 14:34:06 by jwe]
author jwe
date Sat, 13 Oct 2007 14:34:07 +0000
parents a1dbe9d80eee
children 62552bb913c4
comparison
equal deleted inserted replaced
7020:e31f12bb9194 7021:0b91144f9533
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.14+" 27 #define OCTAVE_VERSION "2.9.15"
28 28
29 #define OCTAVE_API_VERSION "api-v26" 29 #define OCTAVE_API_VERSION "api-v27"
30 30
31 #define OCTAVE_RELEASE_DATE "2007-09-17" 31 #define OCTAVE_RELEASE_DATE "2007-10-13"
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