# HG changeset patch # User jwe # Date 824344562 0 # Node ID d6294ee6f9894639b33e9cf2b71b20ac5958dab5 # Parent 5328a7bc9b9d8a28bacd9ebf855e5160908bf217 [project @ 1996-02-15 00:36:02 by jwe] diff -r 5328a7bc9b9d -r d6294ee6f989 octMakefile.in --- a/octMakefile.in Wed Feb 14 20:23:31 1996 +0000 +++ b/octMakefile.in Thu Feb 15 00:36:02 1996 +0000 @@ -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