comparison src/version.h @ 11948:0c48f7d0f3f2 release-3-0-x

version 3.0.5
author Jaroslav Hajek <highegg@gmail.com>
date Tue, 07 Apr 2009 12:02:10 +0200
parents f835cb5b2484
children
comparison
equal deleted inserted replaced
11947:21f8e9c91b77 11948:0c48f7d0f3f2
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 "3.0.4" 27 #define OCTAVE_VERSION "3.0.5"
28 28
29 #define OCTAVE_API_VERSION "api-v32" 29 #define OCTAVE_API_VERSION "api-v32"
30 30
31 #define OCTAVE_RELEASE_DATE "2009-04-01" 31 #define OCTAVE_RELEASE_DATE "2009-04-07"
32 32
33 #define OCTAVE_COPYRIGHT "Copyright (C) 2008 John W. Eaton and others." 33 #define OCTAVE_COPYRIGHT "Copyright (C) 2008 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