aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkanat%kerio.com <>2005-05-19 10:54:42 +0000
committermkanat%kerio.com <>2005-05-19 10:54:42 +0000
commit36a822a09bc76421452af2106a4a5137bad22e89 (patch)
treec0ee414f8ea4b0177f8c3815c043add092255da6
parentPart of Bug 294734: Emergency 2.16.10 Release. This is the Release Notes update. (diff)
downloadbugzilla-36a822a09bc76421452af2106a4a5137bad22e89.tar.gz
bugzilla-36a822a09bc76421452af2106a4a5137bad22e89.tar.bz2
bugzilla-36a822a09bc76421452af2106a4a5137bad22e89.zip
Part of Bug 294734: Emergency 2.16.10 Release -- This is the version updates.release-2.16.10bugzilla-2.16.10
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
-rw-r--r--docs/xml/Bugzilla-Guide.xml10
-rw-r--r--globals.pl2
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml
index fb0750792..4f1721e71 100644
--- a/docs/xml/Bugzilla-Guide.xml
+++ b/docs/xml/Bugzilla-Guide.xml
@@ -20,13 +20,13 @@
<!ENTITY revhistory SYSTEM "revhistory.xml">
<!ENTITY bz "http://www.bugzilla.org/">
-<!ENTITY bz-ver "2.16.8">
-<!ENTITY bz-date "2005-01-14">
+<!ENTITY bz-ver "2.16.10">
+<!ENTITY bz-date "2005-05-18">
<!ENTITY current-year "2005">
-<!ENTITY bz-cvs-ver "2.19.2">
+<!ENTITY bz-cvs-ver "2.19.3">
<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-&bz-ver;/">
-<!ENTITY bzg-ver "2.16.8">
-<!ENTITY bzg-cvs-ver "2.19.2">
+<!ENTITY bzg-ver "2.16.10">
+<!ENTITY bzg-cvs-ver "2.19.3">
<!ENTITY bzg-auth "The Bugzilla Team">
<!ENTITY bzg-bugs "<ulink url='http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&amp;component=Documentation'>Bugzilla</ulink>">
<!ENTITY mysql "http://www.mysql.com/">
diff --git a/globals.pl b/globals.pl
index 7a7132be8..f19b52c72 100644
--- a/globals.pl
+++ b/globals.pl
@@ -98,7 +98,7 @@ $::SIG{TERM} = 'IGNORE';
$::SIG{PIPE} = 'IGNORE';
# Contains the version string for the current running Bugzilla.
-$::param{'version'} = '2.16.9';
+$::param{'version'} = '2.16.10';
$::dontchange = "--do_not_change--";
$::chooseone = "--Choose_one:--";