changeset 7303:4feb1214badf

[project @ 2007-12-12 04:00:41 by jwe]
author jwe
date Wed, 12 Dec 2007 04:00:41 +0000
parents ab0a0fbe39a8
children ad066356989b
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:55:09 2008 -0500
+++ b/src/ChangeLog	Wed Dec 12 04:00:41 2007 +0000
@@ -1,3 +1,7 @@
+2007-12-11  John W. Eaton  <jwe@octave.org>
+
+	* version.h (OCTAVE_VERSION): Now 2.9.19+.
+
 2007-12-11  John W. Eaton  <jwe@octave.org>
 
 	* version.h (OCTAVE_VERSION): Now 2.9.19.
--- a/src/version.h	Fri Feb 01 23:55:09 2008 -0500
+++ b/src/version.h	Wed Dec 12 04:00:41 2007 +0000
@@ -24,7 +24,7 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "2.9.19"
+#define OCTAVE_VERSION "2.9.19+"
 
 #define OCTAVE_API_VERSION "api-v31"