From 90015c500f84b3d0cc2e9135192120cbb164c1d3 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Sat, 11 May 2002 05:47:00 +0000 Subject: Bumping version to 2.17 for development on the trunk. Bugzilla 2.16 release process is now ocurring on BUGZILLA-2_16-BRANCH. Any bugs intended for 2.16 must be checked in both on the branch and the trunk. Checkins for 2.17/2.18 items can be checked in on the trunk now. --- globals.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index 685620bd2..44e29eafa 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.17'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--"; -- cgit v1.2.3-24-g4f1b