changeset 5853:169b5538840b

[project @ 2006-06-09 22:49:31 by jwe]
author jwe
date Fri, 09 Jun 2006 22:49:32 +0000
parents 3f85fa7d300e
children 68f8017ef077
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 22:14:28 2008 -0500
+++ b/src/ChangeLog	Fri Jun 09 22:49:32 2006 +0000
@@ -1,3 +1,7 @@
+2006-06-09  John W. Eaton  <jwe@octave.org>
+
+	* version.h (OCTAVE_VERSION): Now 2.9.5+.
+
 2006-06-09  John W. Eaton  <jwe@octave.org>
 
 	* version.h (OCTAVE_VERSION): Now 2.9.6.
--- a/src/version.h	Fri Feb 01 22:14:28 2008 -0500
+++ b/src/version.h	Fri Jun 09 22:49:32 2006 +0000
@@ -25,7 +25,7 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "2.9.6"
+#define OCTAVE_VERSION "2.9.6+"
 
 #define OCTAVE_API_VERSION "api-v19"