]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number to 2.16rc2 for release. bugzilla-2.16rc2 release-2.16rc2
authormatty%chariot.net.au <>
Sat, 8 Jun 2002 09:17:12 +0000 (09:17 +0000)
committermatty%chariot.net.au <>
Sat, 8 Jun 2002 09:17:12 +0000 (09:17 +0000)
globals.pl

index ba48f3d884710928c8e0fb965c1bb9ff24c7c3ab..73321c766248502f112f9645d0c6f4324234a992 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.16rc2';
 
 $::dontchange = "--do_not_change--";
 $::chooseone = "--Choose_one:--";