comparison src/version.h @ 12094:b7a669bb15e5 release-3-2-x

version 3.2.3
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 14 Sep 2009 08:01:43 +0200
parents d9436b357fd6
children e320928eeb3a
comparison
equal deleted inserted replaced
12093:6e80447eba43 12094:b7a669bb15e5
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 "3.2.2" 28 #define OCTAVE_VERSION "3.2.3"
29 29
30 #define OCTAVE_API_VERSION "api-v37" 30 #define OCTAVE_API_VERSION "api-v37"
31 31
32 #define OCTAVE_RELEASE_DATE "2009-07-21" 32 #define OCTAVE_RELEASE_DATE "2009-09-18"
33 33
34 #define OCTAVE_COPYRIGHT "Copyright (C) 2009 John W. Eaton and others." 34 #define OCTAVE_COPYRIGHT "Copyright (C) 2009 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