comparison src/version.h @ 6649:38334ac563f0

[project @ 2007-05-22 05:26:49 by jwe]
author jwe
date Tue, 22 May 2007 05:26:49 +0000
parents 23e8f1cf79ab
children f92a2b56fd70
comparison
equal deleted inserted replaced
6648:4971ff18d2d7 6649:38334ac563f0
23 */ 23 */
24 24
25 #if !defined (octave_version_h) 25 #if !defined (octave_version_h)
26 #define octave_version_h 1 26 #define octave_version_h 1
27 27
28 #define OCTAVE_VERSION "2.9.10+" 28 #define OCTAVE_VERSION "2.9.11"
29 29
30 #define OCTAVE_API_VERSION "api-v23" 30 #define OCTAVE_API_VERSION "api-v24"
31 31
32 #define OCTAVE_RELEASE_DATE "2007-03-27" 32 #define OCTAVE_RELEASE_DATE "2007-05-22"
33 33
34 #define OCTAVE_COPYRIGHT "Copyright (C) 2007 John W. Eaton and others." 34 #define OCTAVE_COPYRIGHT "Copyright (C) 2007 John W. Eaton and others."
35 35
36 // This is the first line printed by --version. The GNU coding 36 // This is the first line printed by --version. The GNU coding
37 // standards say that the version number should follow the last space 37 // standards say that the version number should follow the last space