# HG changeset patch # User jwe # Date 793378513 0 # Node ID 37a48680f050cc4e6549446181b117c25d30a9f2 # Parent ea750a7564d493b4e4a249a3fde7c1994b775380 [project @ 1995-02-21 14:55:13 by jwe] diff -r ea750a7564d4 -r 37a48680f050 octMakefile.in --- a/octMakefile.in Tue Feb 21 14:19:07 1995 +0000 +++ b/octMakefile.in Tue Feb 21 14:55:13 1995 +0000 @@ -294,7 +294,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