comparison src/version.h @ 9636:74be4b7273e4 ss-3-3-50

update version info for snapshot
author John W. Eaton <jwe@octave.org>
date Sat, 12 Sep 2009 06:55:13 -0400
parents 5e276a0b9997
children 5d49ff601e9b
comparison
equal deleted inserted replaced
9635:36d885c4a1ac 9636:74be4b7273e4
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.1.55" 28 #define OCTAVE_VERSION "3.3.50"
29 29
30 #define OCTAVE_API_VERSION "api-v37" 30 #define OCTAVE_API_VERSION "api-v38"
31 31
32 #define OCTAVE_RELEASE_DATE "2009-03-25" 32 #define OCTAVE_RELEASE_DATE "2009-09-12n"
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