[Libreoffice-commits] dev-tools.git: scripts/esc-bug-stats.pl

Michael Meeks michael.meeks at collabora.com
Tue Jan 17 11:59:35 UTC 2017


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

New commits:
commit d1fd1a8650b527c7404d98da932e62dd11cd3936
Author: Michael Meeks <michael.meeks at collabora.com>
Date:   Tue Jan 17 11:59:08 2017 +0000

    Add 5.3

diff --git a/scripts/esc-bug-stats.pl b/scripts/esc-bug-stats.pl
index afd5ade..24f7d3f 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.2' => '5.2',
+    ( '5.3' => '5.3',
+      '5.2' => '5.2',
       '5.1' => '5.1',
       '5.0' => '5.0',
       '4.5' => '5.0', # urgh


More information about the Libreoffice-commits mailing list