From: mkanat%kerio.com <> Date: Tue, 21 Feb 2006 14:55:15 +0000 (+0000) Subject: Update version numbers for 2.16.11 release. X-Git-Tag: bugzilla-2.16.11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d89fe4de45d320dcf8dac9f2b1e483626ad3d32e;p=thirdparty%2Fbugzilla.git Update version numbers for 2.16.11 release. --- diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml index 4f1721e710..a00f4e694d 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 1bb80d70b3..34e94def37 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.10'; +$::param{'version'} = '2.16.11'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--";