]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number to 2.16.6 for release bugzilla-2.16.6 release-2.16.6
authorjustdave%bugzilla.org <>
Sat, 10 Jul 2004 22:17:45 +0000 (22:17 +0000)
committerjustdave%bugzilla.org <>
Sat, 10 Jul 2004 22:17:45 +0000 (22:17 +0000)
globals.pl

index bd3b22e2b6e617a16058d23b1ee6c40d341b6583..2f7e26434ad8db418ef42fc5a7e4070436f2ec5a 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.5';
+$::param{'version'} = '2.16.6';
 
 $::dontchange = "--do_not_change--";
 $::chooseone = "--Choose_one:--";