]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bumping version number to 2.16.2 bugzilla-2.16.2 release-2.16.2
authorjustdave%syndicomm.com <>
Fri, 13 Dec 2002 19:30:38 +0000 (19:30 +0000)
committerjustdave%syndicomm.com <>
Fri, 13 Dec 2002 19:30:38 +0000 (19:30 +0000)
globals.pl

index 15e4bcecccb86c0b6f467a985e23a26e35891e7f..c36ffd51e45886f9c84516b64490c5d116f55a69 100644 (file)
@@ -98,7 +98,7 @@ $::SIG{TERM} = 'IGNORE';
 $::SIG{PIPE} = 'IGNORE';
 
 # Contains the version string for the current running Bugzilla.
-$::param{'version'} = '2.16.1';
+$::param{'version'} = '2.16.2';
 
 $::dontchange = "--do_not_change--";
 $::chooseone = "--Choose_one:--";