changeset 8874:bd1b1fe9c6e9 ss-3-1-53

bump version info for snapshot
author John W. Eaton <jwe@octave.org>
date Wed, 25 Feb 2009 18:35:47 -0500
parents e258715b2e78
children e6dcb7199288
files src/ChangeLog src/version.h
diffstat 2 files changed, 10 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Feb 25 15:34:23 2009 -0500
+++ b/src/ChangeLog	Wed Feb 25 18:35:47 2009 -0500
@@ -1,5 +1,10 @@
 2009-02-25  John W. Eaton  <jwe@octave.org>
 
+	* version.h (OCTAVE_VERSION): Now 3.1.53.
+	(OCTAVE_API_VERSION): Now api-v35.
+	(OCTAVE_RELEASE_DATE): Now 2009-02-25.
+	(OCTAVE_COPYRIGHT): Update year.
+
 	* Makefile.in (distclean): Remove tags TAGS y.tab.h y.output
 	yy.lex.c here, not in maintainer-clean target.  Also remove
 	parse.output.
--- a/src/version.h	Wed Feb 25 15:34:23 2009 -0500
+++ b/src/version.h	Wed Feb 25 18:35:47 2009 -0500
@@ -1,7 +1,7 @@
 /*
 
 Copyright (C) 1992, 1993, 1994, 1996, 1997, 1998, 1999, 2000, 2001,
-              2002, 2003, 2004, 2005, 2006, 2007, 2008 John W. Eaton
+              2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 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.1.52+"
+#define OCTAVE_VERSION "3.1.53"
 
-#define OCTAVE_API_VERSION "api-v34+"
+#define OCTAVE_API_VERSION "api-v35"
 
-#define OCTAVE_RELEASE_DATE "2008-02-09"
+#define OCTAVE_RELEASE_DATE "2009-02-25"
 
-#define OCTAVE_COPYRIGHT "Copyright (C) 2008 John W. Eaton and others."
+#define OCTAVE_COPYRIGHT "Copyright (C) 2009 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