Fixed the eximstats version number to 1.60
authorNigel Metheringham <nigel@exim.org>
Mon, 19 Oct 2009 12:26:34 +0000 (12:26 +0000)
committerNigel Metheringham <nigel@exim.org>
Mon, 19 Oct 2009 12:26:34 +0000 (12:26 +0000)
src/src/eximstats.src

index 48be60932258f6649d8a62ebbb6add09899aac14..08255616f6030223eaba16e1d19ca3d4c33b062a 100644 (file)
@@ -1,5 +1,5 @@
 #!PERL_COMMAND -w
-# $Cambridge: exim/src/src/eximstats.src,v 1.18 2009/10/19 11:41:27 nm4 Exp $
+# $Cambridge: exim/src/src/eximstats.src,v 1.19 2009/10/19 12:26:34 nm4 Exp $
 
 # 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;
-$VERSION = '1.50';
+$VERSION = '1.60';
 
 # How much space do we allow for the Hosts/Domains/Emails/Edomains column headers?
 $COLUMN_WIDTHS = 8;