changeset 5083:8386cf9811ee ss-2-1-63

[project @ 2004-11-17 15:49:26 by jwe]
author jwe
date Wed, 17 Nov 2004 15:51:27 +0000
parents acbf858264d6
children 252e8c2a492b
files src/ChangeLog src/version.h
diffstat 2 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
+2004-11-17  John W. Eaton  <jwe@octave.org>
+
+	* version.h (OCTAVE_VERSION): Now 2.1.62.
+	(OCTAVE_API_VERSION): Now api-v12.
+
+2004-11-17  David Bateman  <dbateman@free.fr>
+
+	* pt-arg-list.cc (F__end__): Ask dv for the number of elements
+	instead indexed_object.
+
 2004-11-16  David Bateman  <dbateman@free.fr>
 
 	* ov.h (octave_value::numel): Now virtual.  Call rep->numel ().
--- a/src/version.h
+++ b/src/version.h
@@ -23,9 +23,9 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "2.1.62"
+#define OCTAVE_VERSION "2.1.63"
 
-#define OCTAVE_API_VERSION "api-v11"
+#define OCTAVE_API_VERSION "api-v12"
 
 #define OCTAVE_COPYRIGHT \
   "Copyright (C) 2004 John W. Eaton."