summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2002-05-09 14:19:30 +0200
committerjustdave%syndicomm.com <>2002-05-09 14:19:30 +0200
commitd5f2d7a94b2226e229e579015419ca3ee1a58a9f (patch)
treef2c7731456a84204d98d60a0b2dc2ef3c4b4c154 /globals.pl
parentccf9d404cfe99346af2f08dbbda44a3a53912b90 (diff)
downloadbugzilla-d5f2d7a94b2226e229e579015419ca3ee1a58a9f.tar.gz
bugzilla-d5f2d7a94b2226e229e579015419ca3ee1a58a9f.tar.xz
Bumping version number to 2.16rc1
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 0f0e96a69..685620bd2 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.15';
+$::param{'version'} = '2.16rc1';
$::dontchange = "--do_not_change--";
$::chooseone = "--Choose_one:--";