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

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