Older releases can't be built with the newer mk_exim_release script,
as there are interdependencies with scripts/reversion and version.sh
$context->{v}{security} = $+{security};
$context->{v}{rc} = $+{rc};
$context->{v}{security} = $+{security};
$context->{v}{rc} = $+{rc};
+ die "$ME: This script doesn't work for versions prior 4.92-RCx. Please checkout an older version.\n"
+ if $context->{v}{major} < 4
+ or $context->{v}{major} == 4 && $context->{v}{minor} < 92;
+
### v: $context->{v}
# find a valid vcs tag matching the version
### v: $context->{v}
# find a valid vcs tag matching the version