]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number post-release.
authormkanat%bugzilla.org <>
Sun, 23 Apr 2006 12:26:08 +0000 (12:26 +0000)
committermkanat%bugzilla.org <>
Sun, 23 Apr 2006 12:26:08 +0000 (12:26 +0000)
Bugzilla/Config.pm

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