changeset 7021:0b91144f9533 ss-2-9-15

[project @ 2007-10-13 14:34:06 by jwe]
author jwe
date Sat, 13 Oct 2007 14:34:07 +0000
parents e31f12bb9194
children aaa6fce9b684
files src/ChangeLog src/version.h
diffstat 2 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sat Oct 13 05:13:29 2007 +0000
+++ b/src/ChangeLog	Sat Oct 13 14:34:07 2007 +0000
@@ -1,3 +1,9 @@
+2007-09-17  John W. Eaton  <jwe@octave.org>
+
+	* version.h (OCTAVE_VERSION): Now 2.9.15.
+	(OCTAVE_API_VERSION): Now api-v27.
+	(OCTAVE_RELEASE_DATE): Now 2007-10-13.
+
 2007-10-13  David Bateman  <dbateman@free.fr>
 
 	* graphics.h.in (class patch): Add the faces and vertices properties.
--- a/src/version.h	Sat Oct 13 05:13:29 2007 +0000
+++ b/src/version.h	Sat Oct 13 14:34:07 2007 +0000
@@ -24,11 +24,11 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "2.9.14+"
+#define OCTAVE_VERSION "2.9.15"
 
-#define OCTAVE_API_VERSION "api-v26"
+#define OCTAVE_API_VERSION "api-v27"
 
-#define OCTAVE_RELEASE_DATE "2007-09-17"
+#define OCTAVE_RELEASE_DATE "2007-10-13"
 
 #define OCTAVE_COPYRIGHT "Copyright (C) 2007 John W. Eaton and others."