diff options
author | terry%mozilla.org <> | 1999-08-31 08:02:52 +0200 |
---|---|---|
committer | terry%mozilla.org <> | 1999-08-31 08:02:52 +0200 |
commit | 0253f8900b44c055e60fa5f1fff879d783aa0d84 (patch) | |
tree | 3934d3985e5aa8b8d7451e238f5f9f96365d89fc | |
parent | 26393156d03963cd8e5cc3f41aa92f683a634b4d (diff) | |
download | bugzilla-0253f8900b44c055e60fa5f1fff879d783aa0d84.tar.gz bugzilla-0253f8900b44c055e60fa5f1fff879d783aa0d84.tar.xz |
Updated version string to 2.7 (development)
-rw-r--r-- | globals.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl index 48dde9d8b..4f5b9a226 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.6'; +$::param{'version'} = '2.7'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--"; |