changeset 4658:c7ee06a9fbc3

[project @ 2003-11-25 03:59:24 by jwe]
author jwe
date Tue, 25 Nov 2003 03:59:24 +0000
parents a585a2dfca6c
children 35e5c80ccb9c
files src/ChangeLog src/version.h
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Nov 25 01:30:09 2003 +0000
+++ b/src/ChangeLog	Tue Nov 25 03:59:24 2003 +0000
@@ -1,5 +1,8 @@
 2003-11-24  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* version.h (OCTAVE_VERSION): Now 2.1.52.
+	(OCTAVE_API_VERSION): Now api-v3.
+
 	* pr-output.h (octave_fcn_handle::print_as_scalar): Delete.
 
 	* pr-output.cc (octave_print_internal): New version for
--- a/src/version.h	Tue Nov 25 01:30:09 2003 +0000
+++ b/src/version.h	Tue Nov 25 03:59:24 2003 +0000
@@ -23,9 +23,9 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "2.1.51"
+#define OCTAVE_VERSION "2.1.52"
 
-#define OCTAVE_API_VERSION "api-v2"
+#define OCTAVE_API_VERSION "api-v3"
 
 #define OCTAVE_COPYRIGHT \
   "Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 John W. Eaton."