From e045e207ab990eae2f4bd87b9826783c3eaa040d Mon Sep 17 00:00:00 2001 From: "bzrmirror%bugzilla.org" Date: Mon, 21 Apr 2014 21:15:46 +0000 Subject: [PATCH] Bumped versiion post-release git-svn-id: svn://10.0.0.236/trunk@265352 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/.gitrev | 2 +- mozilla/webtools/bugzilla/Bugzilla/Constants.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 760c6b1f37f..07af701543b 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -9001 \ No newline at end of file +9002 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/.gitrev b/mozilla/webtools/bugzilla/.gitrev index ba6c4453af7..3f926c7f20e 100644 --- a/mozilla/webtools/bugzilla/.gitrev +++ b/mozilla/webtools/bugzilla/.gitrev @@ -1 +1 @@ -566f227d531c004d24fa4a69cfea14521b5e9801 \ No newline at end of file +36f56bd9112c2e930fb5bdbee3b5c89334de5247 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Bugzilla/Constants.pm b/mozilla/webtools/bugzilla/Bugzilla/Constants.pm index 0872ef70c88..8b980c0b13d 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Constants.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/Constants.pm @@ -196,7 +196,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.5.4"; +use constant BUGZILLA_VERSION => "4.5.4+"; # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';