changeset 5163:9f3299378193

[project @ 2005-02-25 17:42:55 by jwe]
author jwe
date Fri, 25 Feb 2005 17:42:55 +0000
parents b087938bf4ba
children 57077d0ddc8e
files src/version.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/version.h	Fri Feb 25 14:36:20 2005 +0000
+++ b/src/version.h	Fri Feb 25 17:42:55 2005 +0000
@@ -23,12 +23,12 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "2.1.64-cvs"
+#define OCTAVE_VERSION "2.1.cvs"
 
-#define OCTAVE_API_VERSION "api-v12-cvs"
+#define OCTAVE_API_VERSION "api-cvs"
 
 #define OCTAVE_COPYRIGHT \
-  "Copyright (C) 2004 John W. Eaton."
+  "Copyright (C) 2005 John W. Eaton."
 
 #define OCTAVE_NAME_AND_VERSION \
   "GNU Octave, version " OCTAVE_VERSION " (" OCTAVE_CANONICAL_HOST_TYPE ")"