summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-05-01 04:42:43 +0200
committerterry%mozilla.org <>1999-05-01 04:42:43 +0200
commit12051b051d85dfe07b30719f8d0b169837dc972e (patch)
tree528f94b75173034eaaa3d745e8401733ba6704e1 /globals.pl
parenta663bbe429ba563997a74b8876912a5ecee9739d (diff)
downloadbugzilla-12051b051d85dfe07b30719f8d0b169837dc972e.tar.gz
bugzilla-12051b051d85dfe07b30719f8d0b169837dc972e.tar.xz
Updated version string to 2.5 (development)
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 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:--";