diff src/version.h @ 8924:3c3cbe8f18e0 ss-3-1-54

bump version info for snapshot
author John W. Eaton <jwe@octave.org>
date Sat, 07 Mar 2009 13:28:03 -0500
parents eb63fbe60fab
children e1d732d68b20
line wrap: on
line diff
--- a/src/version.h	Sat Mar 07 11:35:31 2009 -0500
+++ b/src/version.h	Sat Mar 07 13:28:03 2009 -0500
@@ -25,11 +25,11 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "3.1.53+"
+#define OCTAVE_VERSION "3.1.54"
 
-#define OCTAVE_API_VERSION "api-v35+"
+#define OCTAVE_API_VERSION "api-v36"
 
-#define OCTAVE_RELEASE_DATE "2009-02-25"
+#define OCTAVE_RELEASE_DATE "2009-03-07"
 
 #define OCTAVE_COPYRIGHT "Copyright (C) 2009 John W. Eaton and others."