changeset 5912:f082d9854398

[project @ 2006-07-28 16:53:58 by jwe]
author jwe
date Fri, 28 Jul 2006 16:53:58 +0000
parents a65b51ed388c
children e915287e3ef9
files src/ChangeLog src/version.h
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Jul 28 16:31:01 2006 +0000
+++ b/src/ChangeLog	Fri Jul 28 16:53:58 2006 +0000
@@ -1,5 +1,9 @@
 2006-07-28  John W. Eaton  <jwe@octave.org>
 
+	* version.h (OCTAVE_VERSION): Now 2.9.7.
+	(OCTAVE_API_VERSION): Now api-v20.
+	(OCTAVE_RELEASE_DATE): Now 2006-07-28.
+
 	* load-path.cc (path::do_add): Warn for trailing "//".
 
 	* strfns.cc: Comment out some tests for snapshot.
--- a/src/version.h	Fri Jul 28 16:31:01 2006 +0000
+++ b/src/version.h	Fri Jul 28 16:53:58 2006 +0000
@@ -25,11 +25,11 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "2.9.6+"
+#define OCTAVE_VERSION "2.9.7"
 
-#define OCTAVE_API_VERSION "api-v19"
+#define OCTAVE_API_VERSION "api-v20"
 
-#define OCTAVE_RELEASE_DATE "2006-06-09"
+#define OCTAVE_RELEASE_DATE "2006-07-28"
 
 #define OCTAVE_COPYRIGHT \
   "Copyright (C) 2006 John W. Eaton."