summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorcyeh%bluemartini.com <>2000-05-09 04:46:22 +0200
committercyeh%bluemartini.com <>2000-05-09 04:46:22 +0200
commit0c6067c9cdbca6676c0170f4295359dc75ad25a7 (patch)
tree25af8d974b05f8065919da2d85b1b0cd4ee525de /globals.pl
parent4ed71dec32e8b1c73228ef36ff3ab3ffc579dc92 (diff)
downloadbugzilla-0c6067c9cdbca6676c0170f4295359dc75ad25a7.tar.gz
bugzilla-0c6067c9cdbca6676c0170f4295359dc75ad25a7.tar.xz
rolling version number to latest release of 2.10
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 014aec5cb..a9925ade1 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.9';
+$::param{'version'} = '2.10';
$::dontchange = "--do_not_change--";
$::chooseone = "--Choose_one:--";