changeset 7961:a5d1e27ee1f4 ss-3-1-51

3.1.51 snapshot
author John W. Eaton <jwe@octave.org>
date Tue, 22 Jul 2008 11:40:48 -0400
parents 22a18f206121
children 0665d457fabb
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 @@
 2008-07-21  John W. Eaton  <jwe@octave.org>
 
+	* version.h (OCTAVE_VERSION): Now 3.1.51.
+	(OCTAVE_RELEASE_DATE): Now 2008-07-21.
+
 	* ov-class.cc (octave_class::subsasgn): Only do internal magic if
 	rhs is not an octave_class object.
 
--- a/src/version.h
+++ b/src/version.h
@@ -24,11 +24,11 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "3.1.50+"
+#define OCTAVE_VERSION "3.1.51"
 
 #define OCTAVE_API_VERSION "api-v33+"
 
-#define OCTAVE_RELEASE_DATE "2008-07-18"
+#define OCTAVE_RELEASE_DATE "2008-07-21"
 
 #define OCTAVE_COPYRIGHT "Copyright (C) 2008 John W. Eaton and others."