diff options
-rw-r--r-- | Bugzilla/Constants.pm | 2 | ||||
-rw-r--r-- | docs/xml/Bugzilla-Guide.xml | 11 | ||||
-rw-r--r-- | docs/xml/about.xml | 4 |
3 files changed, 6 insertions, 11 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 2a2bcc025..2a4dd9264 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -146,7 +146,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "3.0rc1+"; +use constant BUGZILLA_VERSION => "3.0"; # # ControlMap constants for group_control_map. diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml index 2e1833a34..baa5a9369 100644 --- a/docs/xml/Bugzilla-Guide.xml +++ b/docs/xml/Bugzilla-Guide.xml @@ -27,7 +27,6 @@ * bz-ver to current stable * bz-nexver to next stable * bz-date to the release date - * Remove the BZ-DEVEL comments - COMPILE DOCS AND CHECKIN - Also, tag and tarball before completing * bz-ver to devel version @@ -35,9 +34,9 @@ For a devel release, simple bump bz-ver and bz-date --> -<!ENTITY bz-ver "3.0rc1"> -<!ENTITY bz-nextver "3.0"> -<!ENTITY bz-date "2007-02-25"> +<!ENTITY bz-ver "3.0"> +<!ENTITY bz-nextver "3.2"> +<!ENTITY bz-date "2007-05-09"> <!ENTITY current-year "2007"> <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/"> @@ -77,9 +76,7 @@ <!-- Header --> <bookinfo> - <title>The Bugzilla Guide - &bz-ver; - <!-- BZ-DEVEL -->Development <!-- /BZ-DEVEL --> - Release</title> + <title>The Bugzilla Guide - &bz-ver; Release</title> <authorgroup> <corpauthor>The Bugzilla Team</corpauthor> diff --git a/docs/xml/about.xml b/docs/xml/about.xml index e14bb451e..fd67bb92b 100644 --- a/docs/xml/about.xml +++ b/docs/xml/about.xml @@ -1,6 +1,6 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [ <!ENTITY conventions SYSTEM "conventions.xml"> ] > --> -<!-- $Id: about.xml,v 1.24 2006/06/06 15:24:10 uid623 Exp $ --> +<!-- $Id: about.xml,v 1.24.2.1 2007/05/09 22:47:17 mkanat%bugzilla.org Exp $ --> <chapter id="about"> <title>About This Guide</title> @@ -65,8 +65,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 |