From 36a822a09bc76421452af2106a4a5137bad22e89 Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Thu, 19 May 2005 10:54:42 +0000 Subject: Part of Bug 294734: Emergency 2.16.10 Release -- This is the version updates. Patch By Max Kanat-Alexander r=justdave, a=justdave --- docs/xml/Bugzilla-Guide.xml | 10 +++++----- globals.pl | 2 +- 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 @@ - - + + - + - - + + Bugzilla"> 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:--"; -- cgit v1.2.3-65-gdbad