diff options
-rw-r--r-- | globals.pl | 2 |
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:--"; |