diff options
author | mkanat%kerio.com <> | 2005-07-08 17:20:01 +0200 |
---|---|---|
committer | mkanat%kerio.com <> | 2005-07-08 17:20:01 +0200 |
commit | 5652a1ed0cbd77b4b627ca1166b1390009d7fd7c (patch) | |
tree | a0751c4d62072c0485f152c6ab3e0175fe2ba3c9 /Bugzilla | |
parent | bc57a09e2e3a939cb2ecdf8edaab333e54574e47 (diff) | |
download | bugzilla-5652a1ed0cbd77b4b627ca1166b1390009d7fd7c.tar.gz bugzilla-5652a1ed0cbd77b4b627ca1166b1390009d7fd7c.tar.xz |
Update version numbers post-release.
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 b344d10e7..2dcadd30d 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.20rc1"; +$Bugzilla::Config::VERSION = "2.21"; use Safe; |