From: justdave%bugzilla.org <> Date: Sat, 15 Jan 2005 12:50:03 +0000 (+0000) Subject: Bump version to 2.16.8 for release X-Git-Tag: bugzilla-2.16.8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a6ea4b88a5d9726cd3fb2510d0b19ef2c637408;p=thirdparty%2Fbugzilla.git Bump version to 2.16.8 for release --- diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml index 8afcbe091c..dae829e119 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 3f23710ead..1d6eb98d39 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:--";