aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-05-01 02:42:25 +0000
committerterry%mozilla.org <>1999-05-01 02:42:25 +0000
commita663bbe429ba563997a74b8876912a5ecee9739d (patch)
tree620e831f9a4a29d97afee51dc695d67d3e8d9a69
parentStop populating the default database with mozilla-specific stuff. (diff)
downloadbugzilla-release-2.4.tar.gz
bugzilla-release-2.4.tar.bz2
bugzilla-release-2.4.zip
Updated version string to 2.4 (shipping)release-2.4bugzilla-2.4
-rw-r--r--globals.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl
index 26539107b..ddf2a1f5f 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.3';
+$::param{'version'} = '2.4';
$::dontchange = "--do_not_change--";
$::chooseone = "--Choose_one:--";