diff src/ChangeLog @ 6909:fc55a5e1760b ss-2-9-14

[project @ 2007-09-17 20:47:40 by jwe]
author jwe
date Mon, 17 Sep 2007 20:47:41 +0000
parents c5118619023e
children 63e94c52a85a
line wrap: on
line diff
--- a/src/ChangeLog	Mon Sep 17 19:27:37 2007 +0000
+++ b/src/ChangeLog	Mon Sep 17 20:47:41 2007 +0000
@@ -1,5 +1,11 @@
 2007-09-17  John W. Eaton  <jwe@octave.org>
 
+	* version.h (OCTAVE_VERSION): Now 2.9.14
+	(OCTAVE_API_VERSION): Now api-v26.
+	(OCTAVE_RELEASE_DATE): Now 2007-09-17.
+
+	* Makefile.in (DISTFILES): Add genprops.awk to the list.
+
 	* ov-typeinfo.h (cat_op_fcn): Third arg in function pointer
 	typedef is now Array<octave_idx_type> instead of Array<int>.