changeset 4614:1e8d49b93fab

[project @ 2003-11-14 22:49:42 by jwe]
author jwe
date Fri, 14 Nov 2003 22:49:42 +0000
parents d1786f2d8a3c
children 1c0ec4705a5f
files src/ChangeLog src/version.h
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Nov 14 22:46:19 2003 +0000
+++ b/src/ChangeLog	Fri Nov 14 22:49:42 2003 +0000
@@ -1,5 +1,8 @@
 2003-11-14  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* version.h (OCTAVE_VERSION): Now 2.1.51.
+	(OCTAVE_API_VERSION): Now api-v2.
+
 	* lex.l (maybe_unput_comma, handle_close_bracket):
 	Don't insert comma if we are looking at an object index and the
 	closest nesting level is a brace.
--- a/src/version.h	Fri Nov 14 22:46:19 2003 +0000
+++ b/src/version.h	Fri Nov 14 22:49:42 2003 +0000
@@ -23,9 +23,9 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "2.1.50"
+#define OCTAVE_VERSION "2.1.51"
 
-#define OCTAVE_API_VERSION "api-v1"
+#define OCTAVE_API_VERSION "api-v2"
 
 #define OCTAVE_COPYRIGHT \
   "Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 John W. Eaton."