changeset 4794:6279796dc2b9 ss-2-1-55

[project @ 2004-02-20 21:16:16 by jwe]
author jwe
date Fri, 20 Feb 2004 21:16:17 +0000
parents a62215ab8a03
children 0bae5ef79e66
files src/ChangeLog src/version.h
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
 2004-02-20  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* version.h (OCTAVE_VERSION): Now 2.1.55.
+	(OCTAVE_API_VERSION): Now api-v6.
+
 	* sighandlers.cc (sigfpe_handler, sigpipe_handler):
 	Don't increment	octave_interrupt_state if it is less than 0.
 	(sigint_handler): If octave_interrupt_state is less than zero,
--- a/src/version.h
+++ b/src/version.h
@@ -23,9 +23,9 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "2.1.54"
+#define OCTAVE_VERSION "2.1.55"
 
-#define OCTAVE_API_VERSION "api-v5"
+#define OCTAVE_API_VERSION "api-v6"
 
 #define OCTAVE_COPYRIGHT \
   "Copyright (C) 2004 John W. Eaton."