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

index 4579e0cd67c67a1eed574c9b5e9084a2b041f91a..de5490767b9e3fa7690187d270c1d3adce77699d 100644 (file)
@@ -77,7 +77,7 @@ our $webdotdir = "$datadir/webdot";
 Exporter::export_ok_tags('admin', 'db', 'locations');
 
 # Bugzilla version
-$Bugzilla::Config::VERSION = "2.20";
+$Bugzilla::Config::VERSION = "2.20+";
 
 use Safe;