]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bumping version number to 2.16rc1 bugzilla-2.16rc1 release-2.16rc1
authorjustdave%syndicomm.com <>
Thu, 9 May 2002 12:19:30 +0000 (12:19 +0000)
committerjustdave%syndicomm.com <>
Thu, 9 May 2002 12:19:30 +0000 (12:19 +0000)
globals.pl

index 0f0e96a69ed06b9931d878703f94370801495906..685620bd292b103a839323f040bec4cfeda337a1 100644 (file)
@@ -98,7 +98,7 @@ $::SIG{TERM} = 'IGNORE';
 $::SIG{PIPE} = 'IGNORE';
 
 # Contains the version string for the current running Bugzilla.
-$::param{'version'} = '2.15';
+$::param{'version'} = '2.16rc1';
 
 $::dontchange = "--do_not_change--";
 $::chooseone = "--Choose_one:--";