Mercurial > hg > octave-lyh
comparison src/version.h @ 11861:5e7a180a0bab release-3-0-x
version 3.0.3
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Mon, 29 Sep 2008 08:03:12 +0200 |
parents | c4f1001bcf71 |
children | afe7e59fd69e |
comparison
equal
deleted
inserted
replaced
11860:0f3d1dd22905 | 11861:5e7a180a0bab |
---|---|
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.2" | 27 #define OCTAVE_VERSION "3.0.3" |
28 | 28 |
29 #define OCTAVE_API_VERSION "api-v32" | 29 #define OCTAVE_API_VERSION "api-v32" |
30 | 30 |
31 #define OCTAVE_RELEASE_DATE "2008-08-14" | 31 #define OCTAVE_RELEASE_DATE "2008-09-24" |
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 |