]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump the version number post-release.
authormkanat%bugzilla.org <>
Sun, 15 Oct 2006 17:12:03 +0000 (17:12 +0000)
committermkanat%bugzilla.org <>
Sun, 15 Oct 2006 17:12:03 +0000 (17:12 +0000)
Bugzilla/Config.pm

index 1b5367839aeb630ee1d2fd4cb20d94985d72c8ed..6df644014329b60a5d4e99e4a2f617fe12e41031 100644 (file)
@@ -93,7 +93,7 @@ our @parampanels = ();
 Exporter::export_ok_tags('admin', 'db', 'locations', 'params');
 
 # Bugzilla version
-$Bugzilla::Config::VERSION = "2.22.1";
+$Bugzilla::Config::VERSION = "2.22.1+";
 
 use Safe;