changeset 1955:d6294ee6f989

[project @ 1996-02-15 00:36:02 by jwe]
author jwe
date Thu, 15 Feb 1996 00:36:02 +0000
parents 5328a7bc9b9d
children 3496ec9bee35
files octMakefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/octMakefile.in
+++ b/octMakefile.in
@@ -278,7 +278,7 @@
 	@echo "creating src/version.h"
 	@gawk '/#define OCTAVE_VERSION[ \t]*/ { \
 	  datestring = strftime("%y%m%d", systime()); \
-	  printf("#define OCTAVE_VERSION \"ss-%s\"\n", datestring); \
+	  printf("#define OCTAVE_VERSION ss-%s\n", datestring); \
 	  next; \
 	} { print $$0 }' src/version.h > src/version.h.new
 	@$(top_srcdir)/move-if-change src/version.h.new src/version.h