changeset 7259:9f02c32eb70d ss-2-9-18

[project @ 2007-12-05 18:02:33 by jwe]
author jwe
date Wed, 05 Dec 2007 18:02:34 +0000
parents ab394b6ed06d
children 6499e1ed0bb9
files src/ChangeLog src/version.h
diffstat 2 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Dec 05 17:07:42 2007 +0000
+++ b/src/ChangeLog	Wed Dec 05 18:02:34 2007 +0000
@@ -1,3 +1,9 @@
+2007-12-05  John W. Eaton  <jwe@octave.org>
+
+	* version.h (OCTAVE_VERSION): Now 2.9.18.
+	(OCTAVE_API_VERSION): Now api-v30.
+	(OCTAVE_RELEASE_DATE): Now 2007-12-05.
+
 2007-12-04  John W. Eaton  <jwe@octave.org>
 
 	* Makefile.in (INCLUDES): Add builtins.h to the list.
--- a/src/version.h	Wed Dec 05 17:07:42 2007 +0000
+++ b/src/version.h	Wed Dec 05 18:02:34 2007 +0000
@@ -24,11 +24,11 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "2.9.17+"
+#define OCTAVE_VERSION "2.9.18"
 
-#define OCTAVE_API_VERSION "api-v29"
+#define OCTAVE_API_VERSION "api-v30"
 
-#define OCTAVE_RELEASE_DATE "2007-11-10"
+#define OCTAVE_RELEASE_DATE "2007-12-05"
 
 #define OCTAVE_COPYRIGHT "Copyright (C) 2007 John W. Eaton and others."