scripts/esc-bug-stats.pl |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit c0725394d6234afdc1bbf0dcb9c128407a5143c9
Author: Robinson Tryon <qu...@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',
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to