changeset 8926:e1d732d68b20

append + to version numbers
author John W. Eaton <jwe@octave.org>
date Sat, 07 Mar 2009 13:29:12 -0500
parents 644aecd65bbb
children d75f4ee0538d
files src/version.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/version.h	Sat Mar 07 13:28:32 2009 -0500
+++ b/src/version.h	Sat Mar 07 13:29:12 2009 -0500
@@ -25,9 +25,9 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "3.1.54"
+#define OCTAVE_VERSION "3.1.54+"
 
-#define OCTAVE_API_VERSION "api-v36"
+#define OCTAVE_API_VERSION "api-v36+"
 
 #define OCTAVE_RELEASE_DATE "2009-03-07"