]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
bumping version number to 2.16 for release bugzilla-2.16 release-2.16
authorjustdave%syndicomm.com <>
Sun, 28 Jul 2002 07:54:28 +0000 (07:54 +0000)
committerjustdave%syndicomm.com <>
Sun, 28 Jul 2002 07:54:28 +0000 (07:54 +0000)
globals.pl

index 115efcc645d62381831db8fd1c58d7dc6c8378f5..ee0e4f1538555f4d0bee7a49811937f3be2263ad 100644 (file)
@@ -98,7 +98,7 @@ $::SIG{TERM} = 'IGNORE';
 $::SIG{PIPE} = 'IGNORE';
 
 # Contains the version string for the current running Bugzilla.
-$::param{'version'} = '2.16rc2';
+$::param{'version'} = '2.16';
 
 $::dontchange = "--do_not_change--";
 $::chooseone = "--Choose_one:--";