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

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