]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Up version to 2.16.9 for release of 2.18.1. bugzilla-2.16.9 release-2.16.9
authormkanat%kerio.com <>
Thu, 12 May 2005 09:53:12 +0000 (09:53 +0000)
committermkanat%kerio.com <>
Thu, 12 May 2005 09:53:12 +0000 (09:53 +0000)
globals.pl

index 262e3afc95287d354a69645b6bde6bf7bd403654..046b720f8d6b7247a37a2ec63b44dc15a8a14041 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.8';
+$::param{'version'} = '2.16.9';
 
 $::dontchange = "--do_not_change--";
 $::chooseone = "--Choose_one:--";