]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bumping version to 2.17 for development on the trunk. Bugzilla 2.16 release process... bugzilla-2.17 release-2.17
authorjustdave%syndicomm.com <>
Sat, 11 May 2002 05:47:00 +0000 (05:47 +0000)
committerjustdave%syndicomm.com <>
Sat, 11 May 2002 05:47:00 +0000 (05:47 +0000)
globals.pl

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