]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump the version number post-release.
authormkanat%bugzilla.org <>
Mon, 5 May 2008 07:54:37 +0000 (07:54 +0000)
committermkanat%bugzilla.org <>
Mon, 5 May 2008 07:54:37 +0000 (07:54 +0000)
Bugzilla/Config.pm

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