# HG changeset patch # User John W. Eaton # Date 1216756327 14400 # Node ID bd3fa5ca55e64c3f73d5d00301794f99ca96b6b1 # Parent 0665d457fabbd68c4812c2fbe9868fa498222f4c bump version diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2008-07-22 John W. Eaton + + * version.h (OCTAVE_VERSION): Now 3.1.51+. + 2008-07-21 John W. Eaton * version.h (OCTAVE_VERSION): Now 3.1.51. diff --git a/src/version.h b/src/version.h --- a/src/version.h +++ b/src/version.h @@ -24,7 +24,7 @@ #if !defined (octave_version_h) #define octave_version_h 1 -#define OCTAVE_VERSION "3.1.51" +#define OCTAVE_VERSION "3.1.51+" #define OCTAVE_API_VERSION "api-v33+"