diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2013-10-16 22:36:32 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2013-10-16 22:36:32 +0200 |
commit | 7355bd53bc4b20e248550e5467142a79e9512fbc (patch) | |
tree | 4d5f98fd7c1393b10e7a5455f9019176d770e57b /Bugzilla | |
parent | 3b9eb2e03904a12cf38268b2527742e5ede7f305 (diff) | |
download | bugzilla-7355bd53bc4b20e248550e5467142a79e9512fbc.tar.gz bugzilla-7355bd53bc4b20e248550e5467142a79e9512fbc.tar.xz |
Bump version to 4.2.7
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Constants.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index d93e0793d..534c74d2f 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -202,7 +202,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.2.6+"; +use constant BUGZILLA_VERSION => "4.2.7"; # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml'; |