From 0fa5f96037844cccb7cb66ee949ada2c055239b7 Mon Sep 17 00:00:00 2001 From: Daniele Rondina Date: Mon, 4 Mar 2019 22:46:54 +0100 Subject: [PATCH] templ+abc.pl: Add support to RC release --- scripts/gen_html/templ+abc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gen_html/templ+abc.pl b/scripts/gen_html/templ+abc.pl index ce2bf44..f29d1a0 100755 --- a/scripts/gen_html/templ+abc.pl +++ b/scripts/gen_html/templ+abc.pl @@ -196,7 +196,7 @@ sub parse_entry { # If numeration schema changes, look at $re_ver. :) # $re_ver part can't be too loose because it would match something else # than release type... - my $re_ver = "(?DAILY|[0-9.]+)"; + my $re_ver = "(?DAILY|[0-9.]+|[0-9.]+RC[0-9])"; my $fmt = sub { my ($ver, $ed) = @_;