From: mkanat%kerio.com <> Date: Thu, 19 May 2005 10:54:42 +0000 (+0000) Subject: Part of Bug 294734: Emergency 2.16.10 Release -- This is the version updates. X-Git-Tag: bugzilla-2.16.10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36a822a09bc76421452af2106a4a5137bad22e89;p=thirdparty%2Fbugzilla.git Part of Bug 294734: Emergency 2.16.10 Release -- This is the version updates. Patch By Max Kanat-Alexander r=justdave, a=justdave --- diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml index fb07507922..4f1721e710 100644 --- a/docs/xml/Bugzilla-Guide.xml +++ b/docs/xml/Bugzilla-Guide.xml @@ -20,13 +20,13 @@ - - + + - + - - + + Bugzilla"> diff --git a/globals.pl b/globals.pl index 7a7132be8b..f19b52c723 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:--";