diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-11-13 15:00:43 -0500 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-11-13 15:00:43 -0500 |
commit | fbbd624a0d0958b1b7ece2e4286d2a4c73af0bc2 (patch) | |
tree | 727255e786f815929afbf6edce452877e9683096 | |
parent | Bug 790296 (CVE-2012-4189): [SECURITY] Field values are not escaped correctly... (diff) | |
download | bugzilla-release-4.2.4.tar.gz bugzilla-release-4.2.4.tar.bz2 bugzilla-release-4.2.4.zip |
Bump version to 4.2.4release-4.2.4bugzilla-4.2.4
https://bugzilla.mozilla.org/show_bug.cgi?id=805644
-rw-r--r-- | Bugzilla/Constants.pm | 2 | ||||
-rw-r--r-- | docs/en/xml/Bugzilla-Guide.xml | 4 |
2 files changed, 3 insertions, 3 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'; diff --git a/docs/en/xml/Bugzilla-Guide.xml b/docs/en/xml/Bugzilla-Guide.xml index 1ed72f64a..e8497962d 100644 --- a/docs/en/xml/Bugzilla-Guide.xml +++ b/docs/en/xml/Bugzilla-Guide.xml @@ -32,9 +32,9 @@ For a devel release, simple bump bz-ver and bz-date --> -<!ENTITY bz-ver "4.2.3"> +<!ENTITY bz-ver "4.2.4"> <!ENTITY bz-nextver "4.4"> -<!ENTITY bz-date "2012-08-30"> +<!ENTITY bz-date "2012-11-13"> <!ENTITY current-year "2012"> <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-4.2-branch/"> |