]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Update the version number post-release.
authormkanat%kerio.com <>
Tue, 21 Feb 2006 16:34:45 +0000 (16:34 +0000)
committermkanat%kerio.com <>
Tue, 21 Feb 2006 16:34:45 +0000 (16:34 +0000)
Bugzilla/Config.pm

index 3b91e6f8b5549303a0dfedf388d2d3c015a97553..4d3193decf812ef7cc8fd48835228f87933c8cd4 100644 (file)
@@ -76,7 +76,7 @@ our $webdotdir = "$datadir/webdot";
 Exporter::export_ok_tags('admin', 'db', 'locations');
 
 # Bugzilla version
-$Bugzilla::Config::VERSION = "2.18.5";
+$Bugzilla::Config::VERSION = "2.18.5+";
 
 use Safe;