]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number post-release. 2.22
authormkanat%bugzilla.org <>
Tue, 3 Feb 2009 01:27:02 +0000 (01:27 +0000)
committermkanat%bugzilla.org <>
Tue, 3 Feb 2009 01:27:02 +0000 (01:27 +0000)
Bugzilla/Config.pm

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