aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjustdave%bugzilla.org <>2005-01-15 12:50:03 +0000
committerjustdave%bugzilla.org <>2005-01-15 12:50:03 +0000
commit9a6ea4b88a5d9726cd3fb2510d0b19ef2c637408 (patch)
treef32a9a1f5bce8ee061db49181cbcb587a152a682
parentBug 278298: Release notes for 2.16.8. Thanks to Maxwell Kanat-Alexander. (diff)
downloadbugzilla-9a6ea4b88a5d9726cd3fb2510d0b19ef2c637408.tar.gz
bugzilla-9a6ea4b88a5d9726cd3fb2510d0b19ef2c637408.tar.bz2
bugzilla-9a6ea4b88a5d9726cd3fb2510d0b19ef2c637408.zip
Bump version to 2.16.8 for releaserelease-2.16.8bugzilla-2.16.8
-rw-r--r--docs/xml/Bugzilla-Guide.xml12
-rw-r--r--globals.pl2
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml
index 8afcbe091..dae829e11 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.7">
-<!ENTITY bz-date "2004-07-10">
-<!ENTITY current-year "2004">
-<!ENTITY bz-cvs-ver "2.19.1">
+<!ENTITY bz-ver "2.16.8">
+<!ENTITY bz-date "2005-01-14">
+<!ENTITY current-year "2005">
+<!ENTITY bz-cvs-ver "2.19.2">
<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-&bz-ver;/">
-<!ENTITY bzg-ver "2.16.7">
-<!ENTITY bzg-cvs-ver "2.19.1">
+<!ENTITY bzg-ver "2.16.8">
+<!ENTITY bzg-cvs-ver "2.19.2">
<!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 3f23710ea..1d6eb98d3 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.7';
+$::param{'version'} = '2.16.8';
$::dontchange = "--do_not_change--";
$::chooseone = "--Choose_one:--";