]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Update verison number on the 2.22 branch post-release of 2.22rc1.
authormkanat%kerio.com <>
Tue, 21 Feb 2006 17:14:59 +0000 (17:14 +0000)
committermkanat%kerio.com <>
Tue, 21 Feb 2006 17:14:59 +0000 (17:14 +0000)
Bugzilla/Config.pm

index 935fc2c9eaf21b8efc7b8b35d2b68a1cdff23bf7..9155ec9860c3def0429153652b0eabe88ccd33f0 100644 (file)
@@ -93,7 +93,7 @@ our @parampanels = ();
 Exporter::export_ok_tags('admin', 'db', 'locations', 'params');
 
 # Bugzilla version
-$Bugzilla::Config::VERSION = "2.23";
+$Bugzilla::Config::VERSION = "2.22rc1+";
 
 use Safe;