changeset 5536:f16c05db6250 ss-2-9-4

[project @ 2005-11-11 19:53:51 by jwe]
author jwe
date Fri, 11 Nov 2005 19:53:52 +0000
parents 6a82af824269
children 12f1f74fa340
files src/ChangeLog src/version.h
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Nov 11 18:20:25 2005 +0000
+++ b/src/ChangeLog	Fri Nov 11 19:53:52 2005 +0000
@@ -1,5 +1,8 @@
 2005-11-11  John W. Eaton  <jwe@octave.org>
 
+	* version.h (OCTAVE_VERSION): Now 2.9.4
+	(OCTAVE_API_VERSION): Now api-v17.
+
 	* variables.cc (symbol_out_of_date): Check for autoloads here too.
 
 	* Makefile.in (PKG_ADD): Depend on $(DLD_DEF_FILES), not $(DLD_SRC).
--- a/src/version.h	Fri Nov 11 18:20:25 2005 +0000
+++ b/src/version.h	Fri Nov 11 19:53:52 2005 +0000
@@ -24,9 +24,9 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "2.9.3"
+#define OCTAVE_VERSION "2.9.4"
 
-#define OCTAVE_API_VERSION "api-v16"
+#define OCTAVE_API_VERSION "api-v17"
 
 #define OCTAVE_COPYRIGHT \
   "Copyright (C) 2005 John W. Eaton."