]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Add a + to the version number to indicate it came from CVS.
authormkanat%kerio.com <>
Sun, 2 Oct 2005 03:04:07 +0000 (03:04 +0000)
committermkanat%kerio.com <>
Sun, 2 Oct 2005 03:04:07 +0000 (03:04 +0000)
Bugzilla/Config.pm

index 7723e5b04a621830be3c6ae8a8cc9dc8a111e4f2..6e7968b07dc4db0a6d597259759a7e0b5718ba3a 100644 (file)
@@ -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;