diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-07-26 17:31:09 -0400 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-07-26 17:31:09 -0400 |
commit | 908e0a1d7d9bc505ef31dfb8692f777e2587ead0 (patch) | |
tree | 0c25a6865eb42eb8d80200f6c78e362664283c7c | |
parent | Bug 777586: (CVE-2012-1969) [SECURITY] The description of private attachments... (diff) | |
download | bugzilla-908e0a1d7d9bc505ef31dfb8692f777e2587ead0.tar.gz bugzilla-908e0a1d7d9bc505ef31dfb8692f777e2587ead0.tar.bz2 bugzilla-908e0a1d7d9bc505ef31dfb8692f777e2587ead0.zip |
Bump version to 4.0.7release-4.0.7bugzilla-4.0.7
-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 f33b38314..baaee0390 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -197,7 +197,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.0.6+"; +use constant BUGZILLA_VERSION => "4.0.7"; # These are unique values that are unlikely to match a string or a number, # to be used in criteria for match() functions and other things. They start diff --git a/docs/en/xml/Bugzilla-Guide.xml b/docs/en/xml/Bugzilla-Guide.xml index e4171c597..cc6b24bb3 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.0.6"> +<!ENTITY bz-ver "4.0.7"> <!ENTITY bz-nextver "4.2"> -<!ENTITY bz-date "2012-04-18"> +<!ENTITY bz-date "2012-07-26"> <!ENTITY current-year "2012"> <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-4.0-branch/"> |