]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Update version numbers post-release.
authormkanat%kerio.com <>
Fri, 8 Jul 2005 15:20:01 +0000 (15:20 +0000)
committermkanat%kerio.com <>
Fri, 8 Jul 2005 15:20:01 +0000 (15:20 +0000)
Bugzilla/Config.pm
docs/xml/Bugzilla-Guide.xml

index b344d10e72d8f4da7c138cb73d3886465f9e4d6e..2dcadd30df1acd4c7e444e98247f5875817e6a52 100644 (file)
@@ -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;
 
index 7c7207e9c542731b32f76c1fda1b1f3204f3e999..0617bd66435807875063f8eef68c60fcf953ec86 100644 (file)
@@ -31,8 +31,8 @@
      For a devel release, simple bump bz-ver and bz-date
 -->
 
-<!ENTITY bz-ver "2.20rc1">
-<!ENTITY bz-nextver "2.20">
+<!ENTITY bz-ver "2.21">
+<!ENTITY bz-nextver "2.22">
 <!ENTITY bz-date "2005-07-07">
 <!ENTITY current-year "2005">