From: matty%chariot.net.au <> Date: Sat, 8 Jun 2002 09:17:12 +0000 (+0000) Subject: Bump version number to 2.16rc2 for release. X-Git-Tag: bugzilla-2.16rc2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5097d2770bed39016dabeadb7c8165bcc9616c2;p=thirdparty%2Fbugzilla.git Bump version number to 2.16rc2 for release. --- diff --git a/globals.pl b/globals.pl index ba48f3d884..73321c7662 100644 --- a/globals.pl +++ b/globals.pl @@ -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:--";