changeset 6652:f92a2b56fd70

[project @ 2007-05-22 08:07:33 by jwe]
author jwe
date Tue, 22 May 2007 08:07:33 +0000
parents e010120ba03e
children 673686daec87
files src/ChangeLog src/version.h
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Feb 01 23:06:32 2008 -0500
+++ b/src/ChangeLog	Tue May 22 08:07:33 2007 +0000
@@ -1,3 +1,7 @@
+2007-05-22  John W. Eaton  <jwe@octave.org>
+
+	* version.h (OCTAVE_VERSION): Now 2.9.11+.
+
 2007-05-22  John W. Eaton  <jwe@octave.org>
 
 	* version.h (OCTAVE_VERSION): Now 2.9.11.
--- a/src/version.h	Fri Feb 01 23:06:32 2008 -0500
+++ b/src/version.h	Tue May 22 08:07:33 2007 +0000
@@ -25,7 +25,7 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "2.9.11"
+#define OCTAVE_VERSION "2.9.11+"
 
 #define OCTAVE_API_VERSION "api-v24"