summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorterry%netscape.com <>1998-09-19 15:02:20 +0200
committerterry%netscape.com <>1998-09-19 15:02:20 +0200
commit0376da40598a1505c4e18ab661c026d2b72774cf (patch)
treef676e36befd3f45e5b47043260978050063894ce /globals.pl
parentd5fe8dc40f7bd651a980eb6fcae558ab53d9b43b (diff)
downloadbugzilla-0376da40598a1505c4e18ab661c026d2b72774cf.tar.gz
bugzilla-0376da40598a1505c4e18ab661c026d2b72774cf.tar.xz
Updated version string to 2.0 (shipping)
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl
index b01d32c13..306c633db 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.2';
+$::param{'version'} = '2.0';
$::dontchange = "--do_not_change--";
$::chooseone = "--Choose_one:--";