comparison src/version.h @ 8728:e6a65a8605bc

src/version.h: append + to version and api
author John W. Eaton <jwe@octave.org>
date Thu, 12 Feb 2009 03:06:46 -0500
parents 280fb6b699b8
children bd1b1fe9c6e9
comparison
equal deleted inserted replaced
8727:5a5dbdacbf5d 8728:e6a65a8605bc
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.52" 27 #define OCTAVE_VERSION "3.1.52+"
28 28
29 #define OCTAVE_API_VERSION "api-v34" 29 #define OCTAVE_API_VERSION "api-v34+"
30 30
31 #define OCTAVE_RELEASE_DATE "2008-02-09" 31 #define OCTAVE_RELEASE_DATE "2008-02-09"
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