fixed version numbers

This commit is contained in:
sparc 2011-07-09 08:24:25 +00:00
parent 6f26beb572
commit 67b53fffe0
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
2011/07/09
- html & cosmetic changes in examples
- released version 4.2.1
- released version 4.2.2
2011/07/08
- fixes for arin (bug #3339783)
@ -57,7 +57,7 @@
- added support for .ke domains
2010/09/20
- released version 4.2.0
- released version 4.2.1
- provided default object data for unsupported domains
2010/09/16
@ -71,7 +71,7 @@
2010/08/23
- improved extra whois parameters for better
support of .jp whois
support of .jp whois
- added handler for .jp
- added handler for .co
- added ipv6 support

View file

@ -60,7 +60,7 @@ class WhoisClient {
);
// This release of the package
var $CODE_VERSION = '4.2.1';
var $CODE_VERSION = '4.2.2';
// Full code and data version string (e.g. 'Whois2.php v3.01:16')
var $VERSION;