diff options
author | mkanat%kerio.com <> | 2006-02-21 16:33:12 +0000 |
---|---|---|
committer | mkanat%kerio.com <> | 2006-02-21 16:33:12 +0000 |
commit | f365a5c674d439f8cb1825605569ba882900f395 (patch) | |
tree | be9e7f29ac8595b753dec5dc412c26646816a09d | |
parent | Update Version Numbers for 2.22rc1 Release. (diff) | |
download | bugzilla-f365a5c674d439f8cb1825605569ba882900f395.tar.gz bugzilla-f365a5c674d439f8cb1825605569ba882900f395.tar.bz2 bugzilla-f365a5c674d439f8cb1825605569ba882900f395.zip |
Start of the 2.23 development cycle; update the version number.release-2.23bugzilla-2.23
-rw-r--r-- | Bugzilla/Config.pm | 2 |
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; |