]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bumping version number to 2.16.4 for release bugzilla-2.16.4 release-2.16.4
authorjustdave%syndicomm.com <>
Mon, 3 Nov 2003 11:53:15 +0000 (11:53 +0000)
committerjustdave%syndicomm.com <>
Mon, 3 Nov 2003 11:53:15 +0000 (11:53 +0000)
globals.pl

index fc31ecd8585fcf88e9d3bf889ca06c5654b0fbee..ca20265e3b0167edb3e84621595afd6354f45b53 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.3';
+$::param{'version'} = '2.16.4';
 
 $::dontchange = "--do_not_change--";
 $::chooseone = "--Choose_one:--";