comparison src/version.h @ 6660:b6a1d40e01cf

[project @ 2007-05-23 06:04:55 by jwe]
author jwe
date Wed, 23 May 2007 06:04:55 +0000
parents db6d908e8a03
children d91d4062281d
comparison
equal deleted inserted replaced
6659:b41a0c87b8ea 6660:b6a1d40e01cf
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 "2.9.12" 28 #define OCTAVE_VERSION "2.9.12+"
29 29
30 #define OCTAVE_API_VERSION "api-v24" 30 #define OCTAVE_API_VERSION "api-v24"
31 31
32 #define OCTAVE_RELEASE_DATE "2007-05-23" 32 #define OCTAVE_RELEASE_DATE "2007-05-23"
33 33