Mercurial > hg > octave-lyh
diff 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 |
line wrap: on
line diff
--- a/src/version.h +++ b/src/version.h @@ -24,9 +24,9 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "3.1.52" +#define OCTAVE_VERSION "3.1.52+" -#define OCTAVE_API_VERSION "api-v34" +#define OCTAVE_API_VERSION "api-v34+" #define OCTAVE_RELEASE_DATE "2008-02-09"