changeset 6658:db6d908e8a03 ss-2-9-12

[project @ 2007-05-23 04:38:07 by jwe]
author jwe
date Wed, 23 May 2007 04:38:08 +0000
parents 86354a8cd6a7
children b41a0c87b8ea
files src/ChangeLog src/version.h
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
 2007-05-23  John W. Eaton  <jwe@octave.org>
 
+	* version.h (OCTAVE_VERSION): Now 2.9.12.
+	(OCTAVE_RELEASE_DATE): Now 2007-05-23.
+
 	* parse.y (make_anon_fcn_handle): Don't build assignment expression.
 	* ov-fcn-handle.cc (octave_fcn_handle::print_raw):
 	Don't split assignment expression.
@@ -8,8 +11,6 @@
 
 2007-05-22  John W. Eaton  <jwe@octave.org>
 
-	* version.h (OCTAVE_VERSION): Now 2.9.12.
-
 	* pt-fcn-handle.cc (tree_anon_fcn_handle::rvalue):
 	Set current function as parent of anonymous function handle.
 
--- a/src/version.h
+++ b/src/version.h
@@ -29,7 +29,7 @@
 
 #define OCTAVE_API_VERSION "api-v24"
 
-#define OCTAVE_RELEASE_DATE "2007-05-22"
+#define OCTAVE_RELEASE_DATE "2007-05-23"
 
 #define OCTAVE_COPYRIGHT "Copyright (C) 2007 John W. Eaton and others."