From 2b982d6a7c2e6b7472fa60764cce604a76b7433a Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sun, 30 Nov 2008 01:34:57 +0000 Subject: [PATCH] Bump the version number for 3.2, and remove the BZ-DEVEL comments in the docs. --- Bugzilla/Constants.pm | 2 +- docs/en/xml/Bugzilla-Guide.xml | 7 +++---- docs/en/xml/about.xml | 4 +--- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 3181f5feb0..c5bae6b91b 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -157,7 +157,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "3.2rc2+"; +use constant BUGZILLA_VERSION => "3.2"; # 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 6169b28acf..5dd000e7d4 100644 --- a/docs/en/xml/Bugzilla-Guide.xml +++ b/docs/en/xml/Bugzilla-Guide.xml @@ -34,9 +34,9 @@ For a devel release, simple bump bz-ver and bz-date --> - - - + + + @@ -76,7 +76,6 @@ The Bugzilla Guide - &bz-ver; - <!-- BZ-DEVEL -->Development <!-- /BZ-DEVEL --> Release diff --git a/docs/en/xml/about.xml b/docs/en/xml/about.xml index 7e8b8d1747..22418f5f97 100644 --- a/docs/en/xml/about.xml +++ b/docs/en/xml/about.xml @@ -1,6 +1,6 @@ - + About This Guide @@ -65,8 +65,6 @@ This is the &bz-ver; version of The Bugzilla Guide. It is so named to match the current version of Bugzilla. - This version of the guide, like its associated Bugzilla version, is a - development version. The latest version of this guide can always be found at