changeset 7950:4e5bea7f985a

bump version and api
author John W. Eaton <jwe@octave.org>
date Sat, 19 Jul 2008 22:35:10 -0400
parents d44296341117
children 9d102940bdc7
files src/ChangeLog src/version.h
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Jul 18 17:43:00 2008 -0400
+++ b/src/ChangeLog	Sat Jul 19 22:35:10 2008 -0400
@@ -1,3 +1,8 @@
+2008-07-19  John W. Eaton  <jwe@octave.org>
+
+	* version.h (OCTAVE_VERSION): Now 3.1.50+.
+	(OCTAVE_API_VERSION): Now api-v33+.
+
 2008-07-18  John W. Eaton  <jwe@octave.org>
 
 	* version.h (OCTAVE_VERSION): Now 3.1.50.
--- a/src/version.h	Fri Jul 18 17:43:00 2008 -0400
+++ b/src/version.h	Sat Jul 19 22:35:10 2008 -0400
@@ -24,9 +24,9 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "3.1.50"
+#define OCTAVE_VERSION "3.1.50+"
 
-#define OCTAVE_API_VERSION "api-v33"
+#define OCTAVE_API_VERSION "api-v33+"
 
 #define OCTAVE_RELEASE_DATE "2008-07-18"