# HG changeset patch # User John W. Eaton # Date 1236450483 18000 # Node ID 3c3cbe8f18e03c73cc34494c8037d8a45a30bf7d # Parent d47290508a55b42365205ce808110860e6396acf bump version info for snapshot diff -r d47290508a55 -r 3c3cbe8f18e0 src/ChangeLog --- a/src/ChangeLog Sat Mar 07 11:35:31 2009 -0500 +++ b/src/ChangeLog Sat Mar 07 13:28:03 2009 -0500 @@ -1,5 +1,9 @@ 2009-03-07 John W. Eaton + * version.h (OCTAVE_VERSION): Now 3.1.54. + (OCTAVE_API_VERSION): Now api-v36. + (OCTAVE_RELEASE_DATE): Now 2009-03-07. + * octave.cc (verbose_usage): Include --doc-cache-file in option list. 2009-03-06 Jaroslav Hajek diff -r d47290508a55 -r 3c3cbe8f18e0 src/version.h --- a/src/version.h Sat Mar 07 11:35:31 2009 -0500 +++ b/src/version.h Sat Mar 07 13:28:03 2009 -0500 @@ -25,11 +25,11 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "3.1.53+" +#define OCTAVE_VERSION "3.1.54" -#define OCTAVE_API_VERSION "api-v35+" +#define OCTAVE_API_VERSION "api-v36" -#define OCTAVE_RELEASE_DATE "2009-02-25" +#define OCTAVE_RELEASE_DATE "2009-03-07" #define OCTAVE_COPYRIGHT "Copyright (C) 2009 John W. Eaton and others."