summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Jetmore <jj33@pobox.com>2005-08-03 15:21:28 +0000
committerJohn Jetmore <jj33@pobox.com>2005-08-03 15:21:28 +0000
commit7a8e6564e50e91c0fbc07d0490ca96c10c59698f (patch)
tree29232dd827df92dc2fabb944fb36d6df50b2d969 /src
parentb582ab876f5cc708bb875e188b2300f70ef6ee52 (diff)
fixing typo in version string
Diffstat (limited to 'src')
-rw-r--r--src/src/exipick.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/src/exipick.src b/src/src/exipick.src
index 89cd2f8fc..5c818db7e 100644
--- a/src/src/exipick.src
+++ b/src/src/exipick.src
@@ -1,5 +1,5 @@
#!PERL_COMMAND
-# $Cambridge: exim/src/src/exipick.src,v 1.6 2005/08/02 16:12:14 jetmore Exp $
+# $Cambridge: exim/src/src/exipick.src,v 1.7 2005/08/03 15:21:28 jetmore Exp $
# This variable should be set by the building process to Exim's spool directory.
my $spool = 'SPOOL_DIRECTORY';
@@ -8,7 +8,7 @@ use strict;
use Getopt::Long;
my($p_name) = $0 =~ m|/?([^/]+)$|;
-my $p_version = "20050802.1";
+my $p_version = "20050802.0";
my $p_usage = "Usage: $p_name [--help|--version] (see --help for details)";
my $p_cp = <<EOM;
Copyright (c) 2003-2005 John Jetmore <jj33\@pobox.com>