summaryrefslogtreecommitdiffstats
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
parent9b11535c66ebe5103afea0eb87e92c939a975d34 (diff)
downloadbugzilla-bc57a09e2e3a939cb2ecdf8edaab333e54574e47.tar.gz
bugzilla-bc57a09e2e3a939cb2ecdf8edaab333e54574e47.tar.xz
Update version numbers for 2.20rc1 release.
-rw-r--r--Bugzilla/Config.pm2
-rw-r--r--docs/xml/Bugzilla-Guide.xml4
2 files changed, 3 insertions, 3 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;
diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml
index f0811db70..7c7207e9c 100644
--- a/docs/xml/Bugzilla-Guide.xml
+++ b/docs/xml/Bugzilla-Guide.xml
@@ -31,9 +31,9 @@
For a devel release, simple bump bz-ver and bz-date
-->
-<!ENTITY bz-ver "2.19.3">
+<!ENTITY bz-ver "2.20rc1">
<!ENTITY bz-nextver "2.20">
-<!ENTITY bz-date "2005-05-11">
+<!ENTITY bz-date "2005-07-07">
<!ENTITY current-year "2005">
<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">