]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number for 2.22.7. bugzilla-2.22.7 release-2.22.7
authormkanat%bugzilla.org <>
Mon, 2 Feb 2009 23:32:15 +0000 (23:32 +0000)
committermkanat%bugzilla.org <>
Mon, 2 Feb 2009 23:32:15 +0000 (23:32 +0000)
Bugzilla/Config.pm

index ba44f58a586a1f945d70e9c25eabd7224de4efe4..017122ecfc3e78b500e9d3e6290428b66c72beec 100644 (file)
@@ -102,7 +102,7 @@ our @parampanels = ();
 Exporter::export_ok_tags('admin', 'db', 'locations', 'params');
 
 # Bugzilla version
-$Bugzilla::Config::VERSION = "2.22.6+";
+$Bugzilla::Config::VERSION = "2.22.7";
 
 use Safe;