comparison src/version.h @ 7950:4e5bea7f985a

bump version and api
author John W. Eaton <jwe@octave.org>
date Sat, 19 Jul 2008 22:35:10 -0400
parents af10baa63915
children a5d1e27ee1f4
comparison
equal deleted inserted replaced
7949:d44296341117 7950:4e5bea7f985a
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.1.50" 27 #define OCTAVE_VERSION "3.1.50+"
28 28
29 #define OCTAVE_API_VERSION "api-v33" 29 #define OCTAVE_API_VERSION "api-v33+"
30 30
31 #define OCTAVE_RELEASE_DATE "2008-07-18" 31 #define OCTAVE_RELEASE_DATE "2008-07-18"
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