diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-11-13 21:00:43 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-11-13 21:00:43 +0100 |
commit | fbbd624a0d0958b1b7ece2e4286d2a4c73af0bc2 (patch) | |
tree | 727255e786f815929afbf6edce452877e9683096 /Bugzilla | |
parent | 3a3636a8e51513cda6979bf13c02f573d1e9737f (diff) | |
download | bugzilla-fbbd624a0d0958b1b7ece2e4286d2a4c73af0bc2.tar.gz bugzilla-fbbd624a0d0958b1b7ece2e4286d2a4c73af0bc2.tar.xz |
Bump version to 4.2.4
https://bugzilla.mozilla.org/show_bug.cgi?id=805644
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 b804372f1..2a21149b7 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -202,7 +202,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.2.3+"; +use constant BUGZILLA_VERSION => "4.2.4"; # Location of the remote and local XML files to track new releases. use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml'; |