diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-04-18 11:02:35 -0700 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-04-18 11:02:35 -0700 |
commit | 07c6bfa4cea83c8284b04add26729f552c93bafc (patch) | |
tree | 53b79a537922cb91433f91657f276b2a8841e386 | |
parent | Bug 745397: (CVE-2012-0466) [SECURITY] The JS template for buglists permits a... (diff) | |
download | bugzilla-4.2.1.tar.gz bugzilla-4.2.1.tar.bz2 bugzilla-4.2.1.zip |
Bump version to 4.2.1release-4.2.1bugzilla-4.2.1
-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 4f31a4e73..d4f18a604 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -202,7 +202,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.2+"; +use constant BUGZILLA_VERSION => "4.2.1"; # 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 db33e8d57..bfb1146d9 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"> +<!ENTITY bz-ver "4.2.1"> <!ENTITY bz-nextver "4.4"> -<!ENTITY bz-date "2012-02-22"> +<!ENTITY bz-date "2012-04-18"> <!ENTITY current-year "2012"> <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-4.2-branch/"> |