summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorcyeh%bluemartini.com <>2000-05-09 06:26:53 +0200
committercyeh%bluemartini.com <>2000-05-09 06:26:53 +0200
commitaf0b3b810fce8bf012f086ea4b3702a00c6ac7e5 (patch)
treed6ded6678893d1b083ccad151ffc61545bad05f7 /globals.pl
parent0c6067c9cdbca6676c0170f4295359dc75ad25a7 (diff)
downloadbugzilla-af0b3b810fce8bf012f086ea4b3702a00c6ac7e5.tar.gz
bugzilla-af0b3b810fce8bf012f086ea4b3702a00c6ac7e5.tar.xz
rolling version to 2.11 for 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 a9925ade1..f058f8cf4 100644
--- a/globals.pl
+++ b/globals.pl
@@ -69,7 +69,7 @@ use Date::Parse; # For str2time().
use RelationSet;
# Contains the version string for the current running Bugzilla.
-$::param{'version'} = '2.10';
+$::param{'version'} = '2.11';
$::dontchange = "--do_not_change--";
$::chooseone = "--Choose_one:--";