summaryrefslogtreecommitdiffstats
path: root/globals.pl
diff options
context:
space:
mode:
authorterry%netscape.com <>1998-09-19 13:38:11 +0200
committerterry%netscape.com <>1998-09-19 13:38:11 +0200
commit4702e74fc2407c7dc295c0475bdad32938397465 (patch)
treec099446f71603471ae1468ec1e7cc9bee8702b2f /globals.pl
parent7ddceed18f4fea83d64cc91c6ffbe4cda0a5948b (diff)
downloadbugzilla-4702e74fc2407c7dc295c0475bdad32938397465.tar.gz
bugzilla-4702e74fc2407c7dc295c0475bdad32938397465.tar.xz
Add simple support for a version string.
Diffstat (limited to 'globals.pl')
-rw-r--r--globals.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/globals.pl b/globals.pl
index 2a33aa9c4..110015c01 100644
--- a/globals.pl
+++ b/globals.pl
@@ -26,6 +26,9 @@ use Mysql;
use Date::Format; # For time2str().
+# Contains the version string for the current running Bugzilla.
+$::param{'version'} = '1.1';
+
$::dontchange = "--do_not_change--";
$::chooseone = "--Choose_one:--";