]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version number post-release.
authormkanat%bugzilla.org <>
Fri, 24 Aug 2007 02:24:38 +0000 (02:24 +0000)
committermkanat%bugzilla.org <>
Fri, 24 Aug 2007 02:24:38 +0000 (02:24 +0000)
Bugzilla/Config.pm

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