diff options
author | terry%mozilla.org <> | 1999-11-20 00:56:28 +0100 |
---|---|---|
committer | terry%mozilla.org <> | 1999-11-20 00:56:28 +0100 |
commit | 632f59fb4f6b25b218cedeccde1feddf4f117893 (patch) | |
tree | 346cd70f8b8cf24f931660a42a1e5326a064e8c5 | |
parent | 181b62f89048a90568253a563e9571cbb3a614b8 (diff) | |
download | bugzilla-632f59fb4f6b25b218cedeccde1feddf4f117893.tar.gz bugzilla-632f59fb4f6b25b218cedeccde1feddf4f117893.tar.xz |
Updated version string to 2.8 (shipping)
-rw-r--r-- | globals.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl index c6f0ac6fc..fdb86a4fd 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.7'; +$::param{'version'} = '2.8'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--"; |