[Libreoffice-commits] dev-tools.git: scripts/esc-bug-stats.pl
Robinson Tryon
qubit at runcibility.com
Thu Nov 12 06:14:47 PST 2015
scripts/esc-bug-stats.pl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit c0725394d6234afdc1bbf0dcb9c128407a5143c9
Author: Robinson Tryon <qubit at runcibility.com>
Date: Thu Nov 12 08:13:29 2015 -0600
esc-bug-stats: Add 5.1 release series to MAB stats
diff --git a/scripts/esc-bug-stats.pl b/scripts/esc-bug-stats.pl
index 094e316..4d84dd3 100755
--- a/scripts/esc-bug-stats.pl
+++ b/scripts/esc-bug-stats.pl
@@ -52,7 +52,8 @@ my %ver_total;
build_overall_bugstats();
my %rseries =
- ( '5.0' => '5.0',
+ ( '5.1' => '5.1',
+ '5.0' => '5.0',
'4.5' => '5.0', # urgh
'4.4' => '4.4',
'4.3' => '4.3',
More information about the Libreoffice-commits
mailing list