summaryrefslogtreecommitdiff
path: root/ciabot
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-04-02 23:59:15 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-04-02 23:59:15 +0200
commite11164c42cebd0c14356a449e4cfaa2a9a3529a7 (patch)
treeeedd499e2f4f05cc8c5734df740596ce2c86edef /ciabot
parentdad537aececb62e7ed76c68aa41b163188530d24 (diff)
next version will be 5.0
Diffstat (limited to 'ciabot')
-rw-r--r--ciabot/libreoffice-bugzilla2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ciabot/libreoffice-bugzilla2.py b/ciabot/libreoffice-bugzilla2.py
index c861f9d..b4eb6c5 100644
--- a/ciabot/libreoffice-bugzilla2.py
+++ b/ciabot/libreoffice-bugzilla2.py
@@ -33,7 +33,7 @@ import bugzilla
from bugzilla import Bugzilla
from bugzilla.base import _BugzillaToken
-master_target = "4.5.0"
+master_target = "5.0.0"
bug_regex = "(?:fdo|tdf)#(\d+)"
class FreedesktopBZ: