changeset 8706:280fb6b699b8

src/version.h: update for snapshot
author John W. Eaton <jwe@octave.org>
date Mon, 09 Feb 2009 14:20:12 -0500
parents ccdab7f029a3
children e356a54586c3
files src/version.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/version.h	Mon Feb 09 14:18:45 2009 -0500
+++ b/src/version.h	Mon Feb 09 14:20:12 2009 -0500
@@ -24,11 +24,11 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "3.1.51+"
+#define OCTAVE_VERSION "3.1.52"
 
-#define OCTAVE_API_VERSION "api-v33+"
+#define OCTAVE_API_VERSION "api-v34"
 
-#define OCTAVE_RELEASE_DATE "2008-07-21"
+#define OCTAVE_RELEASE_DATE "2008-02-09"
 
 #define OCTAVE_COPYRIGHT "Copyright (C) 2008 John W. Eaton and others."