summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-08-31 08:02:52 +0200
committerterry%mozilla.org <>1999-08-31 08:02:52 +0200
commit0253f8900b44c055e60fa5f1fff879d783aa0d84 (patch)
tree3934d3985e5aa8b8d7451e238f5f9f96365d89fc /globals.pl
parent26393156d03963cd8e5cc3f41aa92f683a634b4d (diff)
downloadbugzilla-0253f8900b44c055e60fa5f1fff879d783aa0d84.tar.gz
bugzilla-0253f8900b44c055e60fa5f1fff879d783aa0d84.tar.xz
Updated version string to 2.7 (development)
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 48dde9d8b..4f5b9a226 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.6';
+$::param{'version'} = '2.7';
$::dontchange = "--do_not_change--";
$::chooseone = "--Choose_one:--";