summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config.pm
diff options
context:
space:
mode:
authormkanat%kerio.com <>2005-07-08 14:49:35 +0200
committermkanat%kerio.com <>2005-07-08 14:49:35 +0200
commitbc57a09e2e3a939cb2ecdf8edaab333e54574e47 (patch)
tree110248567c723316613c947ff1878286521a97b5 /Bugzilla/Config.pm
parent9b11535c66ebe5103afea0eb87e92c939a975d34 (diff)
downloadbugzilla-bc57a09e2e3a939cb2ecdf8edaab333e54574e47.tar.gz
bugzilla-bc57a09e2e3a939cb2ecdf8edaab333e54574e47.tar.xz
Update version numbers for 2.20rc1 release.
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 ad5666823..b344d10e7 100644
--- a/Bugzilla/Config.pm
+++ b/Bugzilla/Config.pm
@@ -77,7 +77,7 @@ our $webdotdir = "$datadir/webdot";
Exporter::export_ok_tags('admin', 'db', 'locations');
# Bugzilla version
-$Bugzilla::Config::VERSION = "2.19.3+";
+$Bugzilla::Config::VERSION = "2.20rc1";
use Safe;