One more fix for issue #55
[plcapi.git] / src / PhpXmlRpc.php
index e9fb6e9..8b64d07 100644 (file)
@@ -79,7 +79,7 @@ class PhpXmlRpc
     public static $xmlrpc_internalencoding = "UTF-8";
 
     public static $xmlrpcName = "XML-RPC for PHP";
-    public static $xmlrpcVersion = "4.3.1";
+    public static $xmlrpcVersion = "4.3.2";
 
     // let user errors start at 800
     public static $xmlrpcerruser = 800;