changeset 4134:76d25b5e6223

[project @ 2002-10-30 01:03:27 by jwe]
author jwe
date Wed, 30 Oct 2002 01:03:27 +0000
parents 402d7b86a0a2
children e865976c2084
files src/ChangeLog src/version.h
diffstat 2 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Oct 29 23:57:34 2002 +0000
+++ b/src/ChangeLog	Wed Oct 30 01:03:27 2002 +0000
@@ -1,5 +1,7 @@
 2002-10-29  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* version.h (OCTAVE_VERSION): Now 2.1.38.
+
 	* DLD-FUNCTIONS/fsolve.cc (Ffsolve): Always return solution.
 	Don't barf on nargout == 3.
 
--- a/src/version.h	Tue Oct 29 23:57:34 2002 +0000
+++ b/src/version.h	Wed Oct 30 01:03:27 2002 +0000
@@ -23,7 +23,7 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "2.1.37"
+#define OCTAVE_VERSION "2.1.38"
 
 #define OCTAVE_COPYRIGHT \
   "Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002 John W. Eaton."
@@ -39,8 +39,8 @@
 FITNESS FOR A PARTICULAR PURPOSE."
 
 #define OCTAVE_CONTRIB_STATEMENT \
-  "Please contribute if you find this software useful.  For more\n\
-information, please visit http://www.octave.org/help-wanted.html"
+  "Please contribute if you find this software useful.\n\
+For more information, visit http://www.octave.org/help-wanted.html"
 
 #define OCTAVE_BUGS_STATEMENT \
   "Report bugs to <bug-octave@bevo.che.wisc.edu>."