summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorterry%netscape.com <>1999-02-11 07:11:52 +0100
committerterry%netscape.com <>1999-02-11 07:11:52 +0100
commit75c28fa6e99622082b73d020593307fcb73bb86a (patch)
tree239f4905aa63669bf284bfa4016308a260c2e17f /globals.pl
parente514e058bd9d34cd0cdbd576cf6d557eb52f36cc (diff)
downloadbugzilla-75c28fa6e99622082b73d020593307fcb73bb86a.tar.gz
bugzilla-75c28fa6e99622082b73d020593307fcb73bb86a.tar.xz
Updated version string to 2.2 (shipping)
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 417d1216c..ac6b4b7cc 100644
--- a/globals.pl
+++ b/globals.pl
@@ -28,7 +28,7 @@ use Date::Format; # For time2str().
# use Carp; # for confess
# Contains the version string for the current running Bugzilla.
-$::param{'version'} = '2.1';
+$::param{'version'} = '2.2';
$::dontchange = "--do_not_change--";
$::chooseone = "--Choose_one:--";