aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmakerelease10
1 files changed, 0 insertions, 10 deletions
diff --git a/makerelease b/makerelease
index cb86f101..7138d51c 100755
--- a/makerelease
+++ b/makerelease
@@ -6,16 +6,6 @@
#
$timezone = "-0500";
-sub rfc822date
-{
- @wdays = ("Mon", "Tue", "Wed", "Thu", "Fri", "Sat");
- @months = ("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Nov", "Dec");
-
- my($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = gmtime(time());
- "$wdays[$wday], substr("0$mday", -2) . $months[$mon] " . " $timezone " . substr("0$hour", -2) . ":" . substr("0$min", -2) . ":" . substr("0$sec", -2) . " " . (1900+$year);
-}
-
-
$version=`grep 'VERSION *=' Makefile.in`;
$version =~ /VERSION *= *(.*)/;
$version = $1;