]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump the version number post-release.
authormkanat%bugzilla.org <>
Sat, 3 Feb 2007 09:33:57 +0000 (09:33 +0000)
committermkanat%bugzilla.org <>
Sat, 3 Feb 2007 09:33:57 +0000 (09:33 +0000)
Bugzilla/Config.pm

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