]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bumping version number to 2.16.3 for release bugzilla-2.16.3 release-2.16.3
authorjustdave%syndicomm.com <>
Fri, 25 Apr 2003 05:03:41 +0000 (05:03 +0000)
committerjustdave%syndicomm.com <>
Fri, 25 Apr 2003 05:03:41 +0000 (05:03 +0000)
globals.pl

index a00df03d2eaf73bf347dcf4714e9410659056c98..cbb44b60f8e9f5cebc3a7eda9ce97b07fa29cedc 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.2';
+$::param{'version'} = '2.16.3';
 
 $::dontchange = "--do_not_change--";
 $::chooseone = "--Choose_one:--";