aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-05-01 02:42:43 +0000
committerterry%mozilla.org <>1999-05-01 02:42:43 +0000
commit12051b051d85dfe07b30719f8d0b169837dc972e (patch)
tree528f94b75173034eaaa3d745e8401733ba6704e1
parenta663bbe429ba563997a74b8876912a5ecee9739d (diff)
downloadbugs-12051b051d85dfe07b30719f8d0b169837dc972e.tar
bugs-12051b051d85dfe07b30719f8d0b169837dc972e.tar.gz
bugs-12051b051d85dfe07b30719f8d0b169837dc972e.tar.bz2
bugs-12051b051d85dfe07b30719f8d0b169837dc972e.tar.xz
bugs-12051b051d85dfe07b30719f8d0b169837dc972e.zip
Updated version string to 2.5 (development)
-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:--";