summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2018-02-05 23:40:08 +0100
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2018-02-08 11:58:09 +0100
commit6576e912198d1dee07d09135572e74311673b713 (patch)
tree3e284d7222dbcd5c5f03c86ae4a56ec892746892
parente5fc5d4ba779be4c57bd08ad2da70b6e1a85a549 (diff)
downloadexim4-6576e912198d1dee07d09135572e74311673b713.tar.gz
Testsuite: enable micro-release patchlevel
-rwxr-xr-xtest/patchexim2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/patchexim b/test/patchexim
index cb9f98825..f674c703b 100755
--- a/test/patchexim
+++ b/test/patchexim
@@ -22,7 +22,7 @@ while(<IN>)
s{
(\d+\.\d+ # major.minor
(?:[_.]\d+)? # optional patchlevel
- (?:[_-]RC\d+|[_-]?dev(?:start)?)? # optional RC or dev(start)
+ (?:\.\d+|[_-]RC\d+|[_-]?dev(?:start)?)? # optional microrelease, or RC, or dev(start)
(?:(?:[_-]\d+)? # git tag distance
[-_][[:xdigit:]]+)? # git id
(?:[-_]XX)?\0 # git dirty bit