summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2002-05-11 07:47:00 +0200
committerjustdave%syndicomm.com <>2002-05-11 07:47:00 +0200
commit90015c500f84b3d0cc2e9135192120cbb164c1d3 (patch)
tree6dc30c679c2e5687a1eb3cee7115b2effd7fe222 /globals.pl
parentfd246d481d7b6d617b26656aac51f7176361cbff (diff)
downloadbugzilla-90015c500f84b3d0cc2e9135192120cbb164c1d3.tar.gz
bugzilla-90015c500f84b3d0cc2e9135192120cbb164c1d3.tar.xz
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.
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl2
1 files changed, 1 insertions, 1 deletions
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:--";