From f365a5c674d439f8cb1825605569ba882900f395 Mon Sep 17 00:00:00 2001 From: "mkanat%kerio.com" <> Date: Tue, 21 Feb 2006 16:33:12 +0000 Subject: Start of the 2.23 development cycle; update the version number. --- Bugzilla/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Config.pm') diff --git a/Bugzilla/Config.pm b/Bugzilla/Config.pm index 996032a0f..935fc2c9e 100644 --- a/Bugzilla/Config.pm +++ b/Bugzilla/Config.pm @@ -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; -- cgit v1.2.3-24-g4f1b