diff src/version.h @ 9638:5d49ff601e9b

append + to version and api after snapshot
author John W. Eaton <jwe@octave.org>
date Sat, 12 Sep 2009 10:15:38 -0400
parents 74be4b7273e4
children
line wrap: on
line diff
--- a/src/version.h	Sat Sep 12 10:14:02 2009 -0400
+++ b/src/version.h	Sat Sep 12 10:15:38 2009 -0400
@@ -25,9 +25,9 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "3.3.50"
+#define OCTAVE_VERSION "3.3.50+"
 
-#define OCTAVE_API_VERSION "api-v38"
+#define OCTAVE_API_VERSION "api-v38+"
 
 #define OCTAVE_RELEASE_DATE "2009-09-12n"