changeset 6010:5e4d1e774641

[project @ 2006-09-29 17:23:23 by jwe]
author jwe
date Fri, 29 Sep 2006 17:23:24 +0000
parents 1f5d31edb459
children d3112590883f
files src/ChangeLog src/version.h
diffstat 2 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Sep 27 15:42:01 2006 +0000
+++ b/src/ChangeLog	Fri Sep 29 17:23:24 2006 +0000
@@ -1,3 +1,9 @@
+2006-09-29  John W. Eaton  <jwe@octave.org>
+
+	* version.h (OCTAVE_VERSION): Now 2.9.9.
+	(OCTAVE_API_VERSION): Now api-v22.
+	(OCTAVE_RELEASE_DATE): Now 2006-09-29.
+
 2006-09-27  John W. Eaton  <jwe@octave.org>
 
 	* pr-output.cc (abs): New template function.  Instantiate for
--- a/src/version.h	Wed Sep 27 15:42:01 2006 +0000
+++ b/src/version.h	Fri Sep 29 17:23:24 2006 +0000
@@ -25,11 +25,11 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "2.9.8+"
+#define OCTAVE_VERSION "2.9.9"
 
-#define OCTAVE_API_VERSION "api-v21"
+#define OCTAVE_API_VERSION "api-v22"
 
-#define OCTAVE_RELEASE_DATE "2006-08-24"
+#define OCTAVE_RELEASE_DATE "2006-09-29"
 
 #define OCTAVE_COPYRIGHT \
   "Copyright (C) 2006 John W. Eaton."