]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bumping the rev number for the 2.16.1 release bugzilla-2.16.1 release-2.16.1
authorpreed%sigkill.com <>
Sun, 29 Sep 2002 06:54:50 +0000 (06:54 +0000)
committerpreed%sigkill.com <>
Sun, 29 Sep 2002 06:54:50 +0000 (06:54 +0000)
globals.pl

index 405f9d2bfc8429977fd5e1f26ddd743de96dfe67..15e4bcecccb86c0b6f467a985e23a26e35891e7f 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';
+$::param{'version'} = '2.16.1';
 
 $::dontchange = "--do_not_change--";
 $::chooseone = "--Choose_one:--";