changeset 5077:19cb76761269

[project @ 2004-11-12 05:26:26 by jwe]
author jwe
date Fri, 12 Nov 2004 05:26:27 +0000
parents dc5f6082aa74
children 1bf9abc0256b
files src/ChangeLog src/version.h
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Nov 12 03:49:26 2004 +0000
+++ b/src/ChangeLog	Fri Nov 12 05:26:27 2004 +0000
@@ -1,3 +1,7 @@
+2004-11-12  John W. Eaton  <jwe@octave.org>
+
+	* version.h (OCTAVE_VERSION): Now 2.1.62.
+
 2004-11-09  John W. Eaton  <jwe@octave.org>
 
 	* OPERATORS/op-int-concat.cc: New file for mixed integer/other
--- a/src/version.h	Fri Nov 12 03:49:26 2004 +0000
+++ b/src/version.h	Fri Nov 12 05:26:27 2004 +0000
@@ -23,7 +23,7 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "2.1.61"
+#define OCTAVE_VERSION "2.1.62"
 
 #define OCTAVE_API_VERSION "api-v11"