changeset 5712:93856a571283

[project @ 2006-03-23 17:24:52 by jwe]
author jwe
date Thu, 23 Mar 2006 17:24:53 +0000
parents 0c292b4af488
children 6cb607fcf41c
files src/ChangeLog src/version.h
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Mar 23 03:22:18 2006 +0000
+++ b/src/ChangeLog	Thu Mar 23 17:24:53 2006 +0000
@@ -1,3 +1,7 @@
+2006-03-23  John W. Eaton  <jwe@octave.org>
+
+	* version.h (OCTAVE_VERSION): Now 2.9.5+.
+
 2006-03-22  John W. Eaton  <jwe@octave.org>
 
 	* version.h (OCTAVE_VERSION): Now 2.9.5.
--- a/src/version.h	Thu Mar 23 03:22:18 2006 +0000
+++ b/src/version.h	Thu Mar 23 17:24:53 2006 +0000
@@ -25,7 +25,7 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "2.9.5"
+#define OCTAVE_VERSION "2.9.5+"
 
 #define OCTAVE_API_VERSION "api-v18"