comparison src/version.h @ 8876:a017b920530e

append + to version numbers
author John W. Eaton <jwe@octave.org>
date Thu, 26 Feb 2009 03:53:37 -0500
parents bd1b1fe9c6e9
children eb63fbe60fab
comparison
equal deleted inserted replaced
8875:e6dcb7199288 8876:a017b920530e
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.53" 27 #define OCTAVE_VERSION "3.1.53+"
28 28
29 #define OCTAVE_API_VERSION "api-v35" 29 #define OCTAVE_API_VERSION "api-v35+"
30 30
31 #define OCTAVE_RELEASE_DATE "2009-02-25" 31 #define OCTAVE_RELEASE_DATE "2009-02-25"
32 32
33 #define OCTAVE_COPYRIGHT "Copyright (C) 2009 John W. Eaton and others." 33 #define OCTAVE_COPYRIGHT "Copyright (C) 2009 John W. Eaton and others."
34 34