diff options
author | mkanat%bugzilla.org <> | 2006-04-23 09:45:09 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-04-23 09:45:09 +0000 |
commit | fcfc1a9189c5205afb1298d27b99534d18a2204c (patch) | |
tree | 3d285d77fd1013706dcd202830a5f67014aa14c5 | |
parent | Bug 329628: Finalize Release Notes for 2.22 - Patch by Frédéric Buclin <LpS... (diff) | |
download | bugzilla-2.22.tar.gz bugzilla-2.22.tar.bz2 bugzilla-2.22.zip |
Updating versioning for 2.22 and remove BZ-DEVEL comments from the docs.release-2.22bugzilla-2.22
-rw-r--r-- | Bugzilla/Config.pm | 2 | ||||
-rw-r--r-- | docs/xml/Bugzilla-Guide.xml | 9 | ||||
-rw-r--r-- | docs/xml/about.xml | 4 |
3 files changed, 6 insertions, 9 deletions
diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 9155ec986..c6bb6ddce 100644 --- a/Bugzilla/Config.pm +++ b/Bugzilla/Config.pm @@ -93,7 +93,7 @@ our @parampanels = (); Exporter::export_ok_tags('admin', 'db', 'locations', 'params'); # Bugzilla version -$Bugzilla::Config::VERSION = "2.22rc1+"; +$Bugzilla::Config::VERSION = "2.22"; use Safe; diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml index 58a75448e..b88470a24 100644 --- a/docs/xml/Bugzilla-Guide.xml +++ b/docs/xml/Bugzilla-Guide.xml @@ -31,12 +31,12 @@ For a devel release, simple bump bz-ver and bz-date --> -<!ENTITY bz-ver "2.22rc1"> -<!ENTITY bz-nextver "2.22"> -<!ENTITY bz-date "2006-02-20"> +<!ENTITY bz-ver "2.22"> +<!ENTITY bz-nextver "2.22.1"> +<!ENTITY bz-date "2006-04-22"> <!ENTITY current-year "2006"> -<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/"> +<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-2.22-branch/"> <!ENTITY bz "http://www.bugzilla.org/"> <!ENTITY bzg-bugs "<ulink url='http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&component=Documentation'>Bugzilla Documentation</ulink>"> <!ENTITY mysql "http://www.mysql.com/"> @@ -101,7 +101,6 @@ <bookinfo> <title>The Bugzilla Guide - &bz-ver; - <!-- BZ-DEVEL -->Development <!-- /BZ-DEVEL --> Release</title> <authorgroup> diff --git a/docs/xml/about.xml b/docs/xml/about.xml index 76af42ea3..01c8158e3 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.19.8.2 2006/03/03 22:04:43 jocuri%softhome.net Exp $ --> +<!-- $Id: about.xml,v 1.19.8.3 2006/04/23 02:45:10 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 |