git://git.exim.org
/
users
/
jgh
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b2335c0
)
Fixed the eximstats version number to 1.60
author
Nigel Metheringham
<nigel@exim.org>
Mon, 19 Oct 2009 12:26:34 +0000
(12:26 +0000)
committer
Nigel Metheringham
<nigel@exim.org>
Mon, 19 Oct 2009 12:26:34 +0000
(12:26 +0000)
src/src/eximstats.src
patch
|
blob
|
history
diff --git
a/src/src/eximstats.src
b/src/src/eximstats.src
index 48be60932258f6649d8a62ebbb6add09899aac14..08255616f6030223eaba16e1d19ca3d4c33b062a 100644
(file)
--- a/
src/src/eximstats.src
+++ b/
src/src/eximstats.src
@@
-1,5
+1,5
@@
#!PERL_COMMAND -w
#!PERL_COMMAND -w
-# $Cambridge: exim/src/src/eximstats.src,v 1.1
8 2009/10/19 11:41:27
nm4 Exp $
+# $Cambridge: exim/src/src/eximstats.src,v 1.1
9 2009/10/19 12:26:34
nm4 Exp $
# Copyright (c) 2001 University of Cambridge.
# See the file NOTICE for conditions of use and distribution.
# Copyright (c) 2001 University of Cambridge.
# See the file NOTICE for conditions of use and distribution.
@@
-583,7
+583,7
@@
use vars qw($WEEK $DAY $HOUR $MINUTE);
@days_per_month = (0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334);
$gig = 1024 * 1024 * 1024;
@days_per_month = (0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334);
$gig = 1024 * 1024 * 1024;
-$VERSION = '1.
5
0';
+$VERSION = '1.
6
0';
# How much space do we allow for the Hosts/Domains/Emails/Edomains column headers?
$COLUMN_WIDTHS = 8;
# How much space do we allow for the Hosts/Domains/Emails/Edomains column headers?
$COLUMN_WIDTHS = 8;