comparison src/version.h @ 8926:e1d732d68b20

append + to version numbers
author John W. Eaton <jwe@octave.org>
date Sat, 07 Mar 2009 13:29:12 -0500
parents 3c3cbe8f18e0
children 5e276a0b9997
comparison
equal deleted inserted replaced
8925:644aecd65bbb 8926:e1d732d68b20
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.54" 28 #define OCTAVE_VERSION "3.1.54+"
29 29
30 #define OCTAVE_API_VERSION "api-v36" 30 #define OCTAVE_API_VERSION "api-v36+"
31 31
32 #define OCTAVE_RELEASE_DATE "2009-03-07" 32 #define OCTAVE_RELEASE_DATE "2009-03-07"
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