diff options
-rw-r--r-- | globals.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl index 26539107b..ddf2a1f5f 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.3'; +$::param{'version'} = '2.4'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--"; |