changeset 5036:60a75e01a537

[project @ 2004-09-24 14:30:02 by jwe]
author jwe
date Fri, 24 Sep 2004 14:30:02 +0000
parents ec98115062d1
children 70be065b8201
files src/ChangeLog src/version.h
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Sep 24 14:02:19 2004 +0000
+++ b/src/ChangeLog	Fri Sep 24 14:30:02 2004 +0000
@@ -1,3 +1,8 @@
+2004-09-24  John W. Eaton  <jwe@octave.org>
+
+	* version.h (OCTAVE_VERSION): Now 2.1.60.
+	(OCTAVE_API_VERSION): Now api-v11.
+
 2004-09-24  David Bateman  <dbateman@free.fr>
 
 	* ov-fcn-inline (Finline): Attempt better auto-detection of
--- a/src/version.h	Fri Sep 24 14:02:19 2004 +0000
+++ b/src/version.h	Fri Sep 24 14:30:02 2004 +0000
@@ -23,9 +23,9 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "2.1.59"
+#define OCTAVE_VERSION "2.1.60"
 
-#define OCTAVE_API_VERSION "api-v10"
+#define OCTAVE_API_VERSION "api-v11"
 
 #define OCTAVE_COPYRIGHT \
   "Copyright (C) 2004 John W. Eaton."