Merge branch 'master' of ssh://dirk@server/scm/spider
authorDirk Koopman <djk@tobit.co.uk>
Fri, 15 Jun 2007 13:58:24 +0000 (14:58 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Fri, 15 Jun 2007 13:58:24 +0000 (14:58 +0100)
html/home.html
html/newprot.html
perl/Version.pm

index e77c09cd8a43294c7b59482a201ac96d7236bacc..dd6fcc1f4dea182bccff0f73df09bbb5f38ede54 100644 (file)
@@ -25,7 +25,6 @@ Here are various jumping off points:-
 <!-- Standard Footer!! -->                                                              <p>&nbsp;</p>
         <p>                                                                               <FONT COLOR="#606060"><hr></font>
         <font color="#FF0000" size=-2>                                                    Copyright &copy; 1998 by Dirk Koopman G1TLH. All Rights Reserved<br>
-        </font>                                                                         <font color="#000000" size=-2>$Id: index.html,v 1.19 2001/04/17 20:44:11
- g0vgs Exp $
+        </font>                                                                         <font color="#000000" size=-2>$Id$
 </body>
 </html>
index 1bb84fe237ba78ed4528e3097ba45f77ee01bbff..a0e40c863b01a47bab31825d3cd63ca2f7ad1d1c 100644 (file)
@@ -208,6 +208,5 @@ sufficient!</p>
 <span class="copy">Copyright © 2001 by Dirk Koopman G1TLH. All Rights
 Reserved</span>
  <br>
-<span class="id">$Id: index.html,v 1.19 2001/04/17 20:44:11 g0vgs Exp
-$</span></body>
+<span class="id">$Id$</span></body>
 </html>
index 42a2c0f454e4e7207fa893619dcafcfbb1e8d5ea..c8c060a98830cec79a580af00df8c16193765700 100644 (file)
@@ -10,6 +10,6 @@ package main;
 use vars qw($version $build);
 
 $version = '1.53';
-$build = '10';
+$build = '11';
 
 1;