]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Start of the 2.23 development cycle; update the version number. bugzilla-2.23 release-2.23
authormkanat%kerio.com <>
Tue, 21 Feb 2006 16:33:12 +0000 (16:33 +0000)
committermkanat%kerio.com <>
Tue, 21 Feb 2006 16:33:12 +0000 (16:33 +0000)
Bugzilla/Config.pm

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