]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump the version number post-release.
authormkanat%bugzilla.org <>
Wed, 13 Aug 2008 00:30:24 +0000 (00:30 +0000)
committermkanat%bugzilla.org <>
Wed, 13 Aug 2008 00:30:24 +0000 (00:30 +0000)
Bugzilla/Config.pm

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