summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config.pm
diff options
context:
space:
mode:
authormkanat%kerio.com <>2006-02-21 17:33:12 +0100
committermkanat%kerio.com <>2006-02-21 17:33:12 +0100
commitf365a5c674d439f8cb1825605569ba882900f395 (patch)
treebe9e7f29ac8595b753dec5dc412c26646816a09d /Bugzilla/Config.pm
parentd62c6ff90096e6e63fcd74ca864926dfcdc24d7d (diff)
downloadbugzilla-f365a5c674d439f8cb1825605569ba882900f395.tar.gz
bugzilla-f365a5c674d439f8cb1825605569ba882900f395.tar.xz
Start of the 2.23 development cycle; update the version number.
Diffstat (limited to 'Bugzilla/Config.pm')
-rw-r--r--Bugzilla/Config.pm2
1 files changed, 1 insertions, 1 deletions
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;