changeset 7261:42dc0f2acac1

[project @ 2007-12-05 19:00:22 by jwe]
author jwe
date Wed, 05 Dec 2007 19:00:22 +0000
parents 6499e1ed0bb9
children 16e61aecddc1
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:52:39 2008 -0500
+++ b/src/ChangeLog	Wed Dec 05 19:00:22 2007 +0000
@@ -1,3 +1,7 @@
+2007-12-05  John W. Eaton  <jwe@octave.org>
+
+	* version.h (OCTAVE_VERSION): Now 2.9.18+.
+
 2007-12-05  John W. Eaton  <jwe@octave.org>
 
 	* version.h (OCTAVE_VERSION): Now 2.9.18.
--- a/src/version.h	Fri Feb 01 23:52:39 2008 -0500
+++ b/src/version.h	Wed Dec 05 19:00:22 2007 +0000
@@ -24,7 +24,7 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "2.9.18"
+#define OCTAVE_VERSION "2.9.18+"
 
 #define OCTAVE_API_VERSION "api-v30"