changeset 6799:d91d4062281d

[project @ 2007-07-25 19:34:46 by jwe]
author jwe
date Wed, 25 Jul 2007 19:34:47 +0000
parents 18b7ab1ad68b
children afbd31bb7b4e
files src/ChangeLog src/version.h
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Jul 25 19:23:57 2007 +0000
+++ b/src/ChangeLog	Wed Jul 25 19:34:47 2007 +0000
@@ -1,5 +1,9 @@
 2007-07-25  John W. Eaton  <jwe@octave.org>
 
+	* version.h (OCTAVE_VERSION): Now 2.9.13
+	(OCTAVE_API_VERSION): Now api-v25.
+	(OCTAVE_RELEASE_DATE): Now 2007-07-25.
+
 	* pt-bp.h (MAYBE_DO_BREAKPOINT): Rename fcn to curr_fcn.
 
 2007-07-25  David Bateman  <dbateman@free.fr>
--- a/src/version.h	Wed Jul 25 19:23:57 2007 +0000
+++ b/src/version.h	Wed Jul 25 19:34:47 2007 +0000
@@ -25,11 +25,11 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "2.9.12+"
+#define OCTAVE_VERSION "2.9.13"
 
-#define OCTAVE_API_VERSION "api-v24"
+#define OCTAVE_API_VERSION "api-v25"
 
-#define OCTAVE_RELEASE_DATE "2007-05-23"
+#define OCTAVE_RELEASE_DATE "2007-07-25"
 
 #define OCTAVE_COPYRIGHT "Copyright (C) 2007 John W. Eaton and others."