From: justdave%bugzilla.org <> Date: Mon, 25 Oct 2004 14:48:03 +0000 (+0000) Subject: Bump version number to 2.16.7 for release X-Git-Tag: bugzilla-2.16.7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0dc87c09f62a3e00d0a74b5b0b438def6fc2b20;p=thirdparty%2Fbugzilla.git Bump version number to 2.16.7 for release --- diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml index c9989f7279..d16a88ddad 100644 --- a/docs/xml/Bugzilla-Guide.xml +++ b/docs/xml/Bugzilla-Guide.xml @@ -20,12 +20,12 @@ - + - + - - + + Bugzilla"> diff --git a/globals.pl b/globals.pl index 2f7e26434a..3f23710ead 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.6'; +$::param{'version'} = '2.16.7'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--";