ciabot/libreoffice-bugzilla2.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6b6ce17b9e05e4140280214e0f8751c364c2acd0
Author: Miklos Vajna <[email protected]>
Date:   Mon Jun 15 16:08:14 2015 +0200

    ciabot: LO 5.0 has 3 betas
    
    Change-Id: I00eadfe93500cb8ff5161a0b919c8fe58b422548

diff --git a/ciabot/libreoffice-bugzilla2.py b/ciabot/libreoffice-bugzilla2.py
index 7bbac82..baeff47 100644
--- a/ciabot/libreoffice-bugzilla2.py
+++ b/ciabot/libreoffice-bugzilla2.py
@@ -131,8 +131,8 @@ def find_target_version(repo, branch):
             if len(beta_list) == 0:
                 # no beta yet
                 return base + ".0.0.beta0"
-            if max(beta_list) == 2:
-                # we only release two betas, therefore now the next will be a 
RC
+            if max(beta_list) == 3:
+                # we only release three betas, therefore now the next will be 
a RC
                 return base + ".0.1"
             
             # normal beta
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to