summaryrefslogtreecommitdiff
path: root/test/patchexim
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2012-03-30 13:41:16 -0700
committerPhil Pennock <pdp@exim.org>2012-03-30 13:41:16 -0700
commit026d45f59bc9c3f767217b75349c0479d237739f (patch)
tree74f2083ac55c99095cf507c5fb9f5d213edc55ad /test/patchexim
parentc45dd1801a10dc40580d422218ae8bfcd7128fc8 (diff)
downloadexim4-026d45f59bc9c3f767217b75349c0479d237739f.tar.gz
handle more of the new format version numbers
Diffstat (limited to 'test/patchexim')
-rwxr-xr-xtest/patchexim2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/patchexim b/test/patchexim
index d3f39bc73..3052b5dac 100755
--- a/test/patchexim
+++ b/test/patchexim
@@ -16,7 +16,7 @@ open(OUT, ">eximdir/exim") || die "** Failed to open eximdir/exim: $!\n";
while(<IN>)
{
s/>>>running<<</<<<testing>>>/;
- s/(\d+\.\d+(?:\.\d+)?([_-]RC\d+|[_-]dev)?(?:[0-9a-fA-F-]*)(?:-XX)?\0<<eximversion>>)/"x.yz\0" . ("*" x (length($1) - 5))/e;
+ s/(\d+\.\d+(?:[_.]\d+)?([_-]RC\d+|[_-]dev)?(?:[0-9a-fA-F-]*)(?:-XX)?\0<<eximversion>>)/"x.yz\0" . ("*" x (length($1) - 5))/e;
print OUT;
}