diff options
author | terry%mozilla.org <> | 1999-05-01 04:42:43 +0200 |
---|---|---|
committer | terry%mozilla.org <> | 1999-05-01 04:42:43 +0200 |
commit | 12051b051d85dfe07b30719f8d0b169837dc972e (patch) | |
tree | 528f94b75173034eaaa3d745e8401733ba6704e1 | |
parent | a663bbe429ba563997a74b8876912a5ecee9739d (diff) | |
download | bugzilla-12051b051d85dfe07b30719f8d0b169837dc972e.tar.gz bugzilla-12051b051d85dfe07b30719f8d0b169837dc972e.tar.xz |
Updated version string to 2.5 (development)
-rw-r--r-- | globals.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl index ddf2a1f5f..be0a88857 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.4'; +$::param{'version'} = '2.5'; $::dontchange = "--do_not_change--"; $::chooseone = "--Choose_one:--"; |