summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config.pm
diff options
context:
space:
mode:
authormkanat%kerio.com <>2005-10-02 05:04:07 +0200
committermkanat%kerio.com <>2005-10-02 05:04:07 +0200
commitcf77347aeaa2045ffd27ad2a4a511e9f150bcf49 (patch)
treeedf987455c80dcbf142068270202e76b7eafffb1 /Bugzilla/Config.pm
parentc784d982015845c4cb2d8b15130142aac41a591b (diff)
downloadbugzilla-cf77347aeaa2045ffd27ad2a4a511e9f150bcf49.tar.gz
bugzilla-cf77347aeaa2045ffd27ad2a4a511e9f150bcf49.tar.xz
Add a + to the version number to indicate it came from CVS.
Diffstat (limited to 'Bugzilla/Config.pm')
-rw-r--r--Bugzilla/Config.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm
index 7723e5b04..6e7968b07 100644
--- a/Bugzilla/Config.pm
+++ b/Bugzilla/Config.pm
@@ -89,7 +89,7 @@ our $webdotdir = "$datadir/webdot";
Exporter::export_ok_tags('admin', 'db', 'locations');
# Bugzilla version
-$Bugzilla::Config::VERSION = "2.21.1";
+$Bugzilla::Config::VERSION = "2.21.1+";
use Safe;