comparison src/version.h @ 7156:77de8319c337 ss-2-9-17

[project @ 2007-11-10 06:16:59 by jwe]
author jwe
date Sat, 10 Nov 2007 06:17:00 +0000
parents e5005117103d
children f2ba4aa9a5f9
comparison
equal deleted inserted replaced
7155:6ca57492b26e 7156:77de8319c337
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.16+" 27 #define OCTAVE_VERSION "2.9.17"
28 28
29 #define OCTAVE_API_VERSION "api-v28" 29 #define OCTAVE_API_VERSION "api-v29"
30 30
31 #define OCTAVE_RELEASE_DATE "2007-10-31" 31 #define OCTAVE_RELEASE_DATE "2007-11-10"
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