diff options
-rw-r--r-- | Bugzilla/Constants.pm | 2 | ||||
-rw-r--r-- | docs/en/xml/Bugzilla-Guide.xml | 6 | ||||
-rw-r--r-- | docs/en/xml/about.xml | 2 |
3 files changed, 4 insertions, 6 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 342201801..011d02b0a 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -197,7 +197,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "4.0rc2+"; +use constant BUGZILLA_VERSION => "4.0"; # 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 8aeb465de..671700bc9 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.0rc2"> -<!ENTITY bz-nextver "4.0"> -<!ENTITY bz-date "2011-01-24"> +<!ENTITY bz-ver "4.0"> +<!ENTITY bz-nextver "4.2"> +<!ENTITY bz-date "2011-02-15"> <!ENTITY current-year "2011"> <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-4.0-branch/"> diff --git a/docs/en/xml/about.xml b/docs/en/xml/about.xml index a6cebe0e0..0de584013 100644 --- a/docs/en/xml/about.xml +++ b/docs/en/xml/about.xml @@ -64,8 +64,6 @@ <para> This is the &bz-ver; version of The Bugzilla Guide. It is so named to match the current version of Bugzilla. - <!-- BZ-DEVEL --> This version of the guide, like its associated Bugzilla version, is a - development version.<!-- /BZ-DEVEL --> </para> <para> The latest version of this guide can always be found at <ulink |