]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Add a + to the version number for post-2.18.4 CVS versions.
authormkanat%kerio.com <>
Sun, 2 Oct 2005 03:05:50 +0000 (03:05 +0000)
committermkanat%kerio.com <>
Sun, 2 Oct 2005 03:05:50 +0000 (03:05 +0000)
Bugzilla/Config.pm

index 43cb3248024df839f0e610465a00229e3b4c2d72..c8f8cb1d3f97c1f4f56d0c42d56b541cc1564f23 100644 (file)
@@ -76,7 +76,7 @@ our $webdotdir = "$datadir/webdot";
 Exporter::export_ok_tags('admin', 'db', 'locations');
 
 # Bugzilla version
-$Bugzilla::Config::VERSION = "2.18.4";
+$Bugzilla::Config::VERSION = "2.18.4+";
 
 use Safe;