From: Dirk Koopman Date: Fri, 22 Jun 2007 18:03:26 +0000 (+0100) Subject: add cvsupdate files X-Git-Tag: 1.55~154 X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=d9878df3e2b03f440afcd42929d69a36f0a3fdf3 add cvsupdate files --- diff --git a/cvsupdate b/cvsupdate new file mode 100644 index 00000000..9ac6f179 --- /dev/null +++ b/cvsupdate @@ -0,0 +1,3 @@ +#!/bin/sh +cd /spider +cvs update -d \ No newline at end of file diff --git a/cvsupdate.bat b/cvsupdate.bat new file mode 100644 index 00000000..7755c881 --- /dev/null +++ b/cvsupdate.bat @@ -0,0 +1,2 @@ +cd \spider +cvs update -d diff --git a/perl/Version.pm b/perl/Version.pm index ad2cecda..0a96fd9c 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -11,6 +11,6 @@ use vars qw($version $subversion $build); $version = '1.54'; $subversion = '0'; -$build = '60'; +$build = '61'; 1;