summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--globals.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl
index fdb86a4fd..8641534f9 100644
--- a/globals.pl
+++ b/globals.pl
@@ -52,7 +52,7 @@ use Date::Format; # For time2str().
# use Carp; # for confess
# Contains the version string for the current running Bugzilla.
-$::param{'version'} = '2.8';
+$::param{'version'} = '2.9';
$::dontchange = "--do_not_change--";
$::chooseone = "--Choose_one:--";