]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bump version numbers for 2.20 release. bugzilla-2.20 release-2.20
authormkanat%kerio.com <>
Sat, 1 Oct 2005 05:38:03 +0000 (05:38 +0000)
committermkanat%kerio.com <>
Sat, 1 Oct 2005 05:38:03 +0000 (05:38 +0000)
Bugzilla/Config.pm
docs/xml/Bugzilla-Guide.xml

index 9832e8a2b6a7b1ad23bad86f62bc91a962f183d0..4579e0cd67c67a1eed574c9b5e9084a2b041f91a 100644 (file)
@@ -77,7 +77,7 @@ our $webdotdir = "$datadir/webdot";
 Exporter::export_ok_tags('admin', 'db', 'locations');
 
 # Bugzilla version
-$Bugzilla::Config::VERSION = "2.20rc2+";
+$Bugzilla::Config::VERSION = "2.20";
 
 use Safe;
 
index d8ef58f00806a3ca6f8682c7723aa6f69a9b8242..bc5aba2f022d5291c9669fb881cdc104761e9239 100644 (file)
@@ -31,9 +31,9 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "2.20rc2">
-<!ENTITY bz-nextver "2.20">
-<!ENTITY bz-date "2005-08-08">
+<!ENTITY bz-ver "2.20">
+<!ENTITY bz-nextver "2.20.1">
+<!ENTITY bz-date "2005-09-30">
 <!ENTITY current-year "2005">
 
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">