]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump the version number post-release.
authormkanat%bugzilla.org <>
Sun, 15 Oct 2006 17:12:47 +0000 (17:12 +0000)
committermkanat%bugzilla.org <>
Sun, 15 Oct 2006 17:12:47 +0000 (17:12 +0000)
Bugzilla/Config.pm

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