diff options
author | mkanat%kerio.com <> | 2005-07-08 12:49:35 +0000 |
---|---|---|
committer | mkanat%kerio.com <> | 2005-07-08 12:49:35 +0000 |
commit | bc57a09e2e3a939cb2ecdf8edaab333e54574e47 (patch) | |
tree | 110248567c723316613c947ff1878286521a97b5 /Bugzilla | |
parent | Bug 292544: [SECURITY] Can see a security-sensitive bug in buglist.cgi for a ... (diff) | |
download | bugzilla-bc57a09e2e3a939cb2ecdf8edaab333e54574e47.tar.gz bugzilla-bc57a09e2e3a939cb2ecdf8edaab333e54574e47.tar.bz2 bugzilla-bc57a09e2e3a939cb2ecdf8edaab333e54574e47.zip |
Update version numbers for 2.20rc1 release.release-2.20rc1bugzilla-2.20rc1
Diffstat (limited to 'Bugzilla')
-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 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; |