diff options
author | terry%netscape.com <> | 1998-09-19 15:08:15 +0200 |
---|---|---|
committer | terry%netscape.com <> | 1998-09-19 15:08:15 +0200 |
commit | 9de262ff67dfcf37d051bb71a8660d895b10704c (patch) | |
tree | 08b8c74063420bdd73b2526648e7865acd701e95 | |
parent | 0376da40598a1505c4e18ab661c026d2b72774cf (diff) | |
download | bugzilla-9de262ff67dfcf37d051bb71a8660d895b10704c.tar.gz bugzilla-9de262ff67dfcf37d051bb71a8660d895b10704c.tar.xz |
Updated version string to 2.1 (development)
-rw-r--r-- | globals.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl index 306c633db..67e810d4d 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'} = '2.0'; +$::param{'version'} = '2.1'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--"; |