changeset 7948:af10baa63915 ss-3-1-50

3.1.50 snapshot
author John W. Eaton <jwe@octave.org>
date Fri, 18 Jul 2008 17:42:48 -0400
parents c2d50b69b19f
children d44296341117
files src/ChangeLog src/version.h
diffstat 2 files changed, 12 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+2008-07-18  John W. Eaton  <jwe@octave.org>
+
+	* version.h (OCTAVE_VERSION): Now 3.1.50.
+	(OCTAVE_API_VERSION): Now api-v33.
+	(OCTAVE_RELEASE_DATE): Now 2008-07-18.
+	(OCTAVE_COPYRIGHT): Update date to 2008.
+
 2008-07-18  John W. Eaton  <jwe@octave.org>
 
 	* Makefile.in (__magick_read__.df): New rule.
--- a/src/version.h
+++ b/src/version.h
@@ -1,7 +1,7 @@
 /*
 
 Copyright (C) 1992, 1993, 1994, 1996, 1997, 1998, 1999, 2000, 2001,
-              2002, 2003, 2004, 2005, 2006, 2007 John W. Eaton
+              2002, 2003, 2004, 2005, 2006, 2007, 2008 John W. Eaton
 
 This file is part of Octave.
 
@@ -24,13 +24,13 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "3.0.0+"
+#define OCTAVE_VERSION "3.1.50"
 
-#define OCTAVE_API_VERSION "api-v32+"
+#define OCTAVE_API_VERSION "api-v33"
 
-#define OCTAVE_RELEASE_DATE "2007-12-21"
+#define OCTAVE_RELEASE_DATE "2008-07-18"
 
-#define OCTAVE_COPYRIGHT "Copyright (C) 2007 John W. Eaton and others."
+#define OCTAVE_COPYRIGHT "Copyright (C) 2008 John W. Eaton and others."
 
 // This is the first line printed by --version.  The GNU coding
 // standards say that the version number should follow the last space