changeset 3417:cb56e4bd79ca

[project @ 2000-01-11 21:58:47 by jwe]
author jwe
date Tue, 11 Jan 2000 21:58:47 +0000
parents 493df428100e
children ca92c9d3f882
files src/version.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/version.h	Tue Jan 11 07:03:33 2000 +0000
+++ b/src/version.h	Tue Jan 11 21:58:47 2000 +0000
@@ -23,10 +23,10 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "2.1.23"
+#define OCTAVE_VERSION "2.1.24"
 
 #define OCTAVE_COPYRIGHT \
-  "Copyright (C) 1996, 1997, 1998 John W. Eaton."
+  "Copyright (C) 1996, 1997, 1998, 1999, 2000 John W. Eaton."
 
 #define OCTAVE_NAME_AND_VERSION \
   "GNU Octave, version " OCTAVE_VERSION " (" CANONICAL_HOST_TYPE ")"
@@ -45,7 +45,7 @@
 ***\n\
 *** If you want a stable, well-tested version of Octave, you should be\n\
 *** using one of the stable releases (when this development release\n\
-*** was made, the latest stable version was 2.0.14)."
+*** was made, the latest stable version was 2.0.15)."
 
 #endif