diff options
Diffstat (limited to 'globals.pl')
-rw-r--r-- | globals.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl index 110015c01..b01d32c13 100644 --- a/globals.pl +++ b/globals.pl @@ -27,7 +27,7 @@ use Mysql; use Date::Format; # For time2str(). # Contains the version string for the current running Bugzilla. -$::param{'version'} = '1.1'; +$::param{'version'} = '1.2'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--"; |