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

index c6bb6ddcee48d2cca8fc2ae036a37353d0be4002..29756b791e83f54025f171628b0b0f94334282ad 100644 (file)
@@ -93,7 +93,7 @@ our @parampanels = ();
 Exporter::export_ok_tags('admin', 'db', 'locations', 'params');
 
 # Bugzilla version
-$Bugzilla::Config::VERSION = "2.22";
+$Bugzilla::Config::VERSION = "2.22+";
 
 use Safe;