diff src/version.h.in @ 9906:8d20fb66a0dc

more automake fixes
author John W. Eaton <jwe@octave.org>
date Thu, 03 Dec 2009 15:39:20 -0500
parents 0d4613a736e9
children c1210502785b
line wrap: on
line diff
--- a/src/version.h.in	Wed Dec 02 21:42:11 2009 -0800
+++ b/src/version.h.in	Thu Dec 03 15:39:20 2009 -0500
@@ -25,13 +25,13 @@
 #if !defined (octave_version_h)
 #define octave_version_h 1
 
-#define OCTAVE_VERSION "@OCTAVE_VERSION@"
+#define OCTAVE_VERSION %OCTAVE_VERSION%
 
-#define OCTAVE_API_VERSION "@OCTAVE_API_VERSION@"
+#define OCTAVE_API_VERSION %OCTAVE_API_VERSION%
 
-#define OCTAVE_RELEASE_DATE "@OCTAVE_RELEASE_DATE@"
+#define OCTAVE_RELEASE_DATE %OCTAVE_RELEASE_DATE%
 
-#define OCTAVE_COPYRIGHT "@OCTAVE_COPYRIGHT@"
+#define OCTAVE_COPYRIGHT %OCTAVE_COPYRIGHT%
 
 // This is the first line printed by --version.  The GNU coding
 // standards say that the version number should follow the last space