changeset 7963:bd3fa5ca55e6

bump version
author John W. Eaton <jwe@octave.org>
date Tue, 22 Jul 2008 15:52:07 -0400
parents 0665d457fabb
children 9cd3ee5298a0
files src/ChangeLog src/version.h
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Jul 22 11:41:09 2008 -0400
+++ b/src/ChangeLog	Tue Jul 22 15:52:07 2008 -0400
@@ -1,3 +1,7 @@
+2008-07-22  John W. Eaton  <jwe@octave.org>
+
+	* version.h (OCTAVE_VERSION): Now 3.1.51+.
+
 2008-07-21  John W. Eaton  <jwe@octave.org>
 
 	* version.h (OCTAVE_VERSION): Now 3.1.51.
--- a/src/version.h	Tue Jul 22 11:41:09 2008 -0400
+++ b/src/version.h	Tue Jul 22 15:52:07 2008 -0400
@@ -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+"