Mercurial > hg > octave-lyh
changeset 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 | 5a5dbdacbf5d |
children | d65a0a1780b6 |
files | src/ChangeLog src/version.h |
diffstat | 2 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2009-02-12 John W. Eaton <jwe@octave.org> + * version.h (OCTAVE_VERSION): Now 3.1.52+. + (OCTAVE_API_VERSION): Now api-v34+. + * TEMPLATE-INST/Array-tc.cc (octave_sort<octave_value>::ascending_compare, octave_sort<octave_value>::descending_compare):
--- 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"