From aea4b99612996a10ebf5d0364ad1678b09338a10 Mon Sep 17 00:00:00 2001
From: mh17 <mh17>
Date: Tue, 9 Mar 2010 09:34:29 +0000
Subject: [PATCH] added cvs tag to new files

---
 doc/scripts/new | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/scripts/new b/doc/scripts/new
index f1c499766..8fd659b1f 100755
--- a/doc/scripts/new
+++ b/doc/scripts/new
@@ -1,6 +1,8 @@
 #!/bin/sh
 # generate a blank-ish html file
-echo "<!-- $Id: new,v 1.3 2010-03-09 09:31:03 mh17 Exp $ -->" > $1.html
+# <!-- $Id: new,v 1.4 2010-03-09 09:34:29 mh17 Exp $ -->
+# need to sneak past cvs...
+echo "<!-- $Id: new,v 1.4 2010-03-09 09:34:29 mh17 Exp $ -->" > $1.html
 echo "<h2>" $1 - $2 "</h2>" >> $1.html
 echo "<fieldset> <legend>Summary</legend>" >>$1.html
 echo "Forthcoming..."  >>$1.html
-- 
GitLab