]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump the version number post-release.
authormkanat%bugzilla.org <>
Mon, 5 May 2008 07:54:19 +0000 (07:54 +0000)
committermkanat%bugzilla.org <>
Mon, 5 May 2008 07:54:19 +0000 (07:54 +0000)
Bugzilla/Config.pm

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