]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number to 2.16.5 for release. bugzilla-2.16.5 release-2.16.5
authorjustdave%syndicomm.com <>
Wed, 3 Mar 2004 15:28:16 +0000 (15:28 +0000)
committerjustdave%syndicomm.com <>
Wed, 3 Mar 2004 15:28:16 +0000 (15:28 +0000)
globals.pl

index f76676597ef65b73af48ade21413eae9f7bff56b..1b78fe1748b4ef9190c54c6cd04bf380121f5159 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.4';
+$::param{'version'} = '2.16.5';
 
 $::dontchange = "--do_not_change--";
 $::chooseone = "--Choose_one:--";