changeset 6660:b6a1d40e01cf

[project @ 2007-05-23 06:04:55 by jwe]
author jwe
date Wed, 23 May 2007 06:04:55 +0000
parents b41a0c87b8ea
children d88b76579770
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:07:13 2008 -0500
+++ b/src/ChangeLog	Wed May 23 06:04:55 2007 +0000
@@ -1,3 +1,7 @@
+2007-05-23  John W. Eaton  <jwe@octave.org>
+
+	* version.h (OCTAVE_VERSION): Now 2.9.12+.
+
 2007-05-23  John W. Eaton  <jwe@octave.org>
 
 	* version.h (OCTAVE_VERSION): Now 2.9.12.
--- a/src/version.h	Fri Feb 01 23:07:13 2008 -0500
+++ b/src/version.h	Wed May 23 06:04:55 2007 +0000
@@ -25,7 +25,7 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "2.9.12"
+#define OCTAVE_VERSION "2.9.12+"
 
 #define OCTAVE_API_VERSION "api-v24"