changeset 4720:e759d01692db ss-2-1-53

[project @ 2004-01-23 04:13:37 by jwe]
author jwe
date Fri, 23 Jan 2004 04:13:37 +0000
parents 9759e52e19bc
children e4bb40821934
files src/version.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/version.h	Fri Jan 23 04:08:27 2004 +0000
+++ b/src/version.h	Fri Jan 23 04:13:37 2004 +0000
@@ -23,12 +23,12 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "2.1.52"
+#define OCTAVE_VERSION "2.1.53"
 
-#define OCTAVE_API_VERSION "api-v3"
+#define OCTAVE_API_VERSION "api-v4"
 
 #define OCTAVE_COPYRIGHT \
-  "Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 John W. Eaton."
+  "Copyright (C) 2004 John W. Eaton."
 
 #define OCTAVE_NAME_AND_VERSION \
   "GNU Octave, version " OCTAVE_VERSION " (" OCTAVE_CANONICAL_HOST_TYPE ")"