]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Update version numbers for 2.16.11 release. bugzilla-2.16.11 release-2.16.11
authormkanat%kerio.com <>
Tue, 21 Feb 2006 14:55:15 +0000 (14:55 +0000)
committermkanat%kerio.com <>
Tue, 21 Feb 2006 14:55:15 +0000 (14:55 +0000)
docs/xml/Bugzilla-Guide.xml
globals.pl

index 4f1721e7108ba36fc6179c7b7297063c7fb28e53..a00f4e694dd75001f30042ec4e481e373de64778 100644 (file)
 <!ENTITY revhistory SYSTEM "revhistory.xml">
 
 <!ENTITY bz "http://www.bugzilla.org/">
-<!ENTITY bz-ver "2.16.10">
-<!ENTITY bz-date "2005-05-18">
-<!ENTITY current-year "2005">
-<!ENTITY bz-cvs-ver "2.19.3">
+<!ENTITY bz-ver "2.16.11">
+<!ENTITY bz-date "2006-02-20">
+<!ENTITY current-year "2006">
+<!ENTITY bz-cvs-ver "2.22rc1">
 <!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-&bz-ver;/">
-<!ENTITY bzg-ver "2.16.10">
-<!ENTITY bzg-cvs-ver "2.19.3">
+<!ENTITY bzg-ver "2.16.11">
+<!ENTITY bzg-cvs-ver "2.22rc1">
 <!ENTITY bzg-auth "The Bugzilla Team">
 <!ENTITY bzg-bugs "<ulink url='http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&amp;component=Documentation'>Bugzilla</ulink>">
 <!ENTITY mysql "http://www.mysql.com/">
index 1bb80d70b3f3e231d67097be7a5142911bc1683d..34e94def375a6b4770dfcfa658eaed4766b98dcd 100644 (file)
@@ -98,7 +98,7 @@ $::SIG{TERM} = 'IGNORE';
 $::SIG{PIPE} = 'IGNORE';
 
 # Contains the version string for the current running Bugzilla.
-$::param{'version'} = '2.16.10';
+$::param{'version'} = '2.16.11';
 
 $::dontchange = "--do_not_change--";
 $::chooseone = "--Choose_one:--";