comparison src/version.h @ 7334:274d9642ac10 release-3-0-0

[project @ 2007-12-22 01:42:45 by jwe]
author jwe
date Sat, 22 Dec 2007 01:42:46 +0000
parents 4feb1214badf
children 745a8299c2b5 af3f3c6f381f
comparison
equal deleted inserted replaced
7333:66dfb0abd3d3 7334:274d9642ac10
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.19+" 27 #define OCTAVE_VERSION "3.0.0"
28 28
29 #define OCTAVE_API_VERSION "api-v31" 29 #define OCTAVE_API_VERSION "api-v32"
30 30
31 #define OCTAVE_RELEASE_DATE "2007-12-11" 31 #define OCTAVE_RELEASE_DATE "2007-12-21"
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