bump up version nr
authorgggeek <giunta.gaetano@gmail.com>
Fri, 11 Dec 2020 15:15:30 +0000 (15:15 +0000)
committergggeek <giunta.gaetano@gmail.com>
Fri, 11 Dec 2020 15:15:30 +0000 (15:15 +0000)
src/PhpXmlRpc.php

index 6740984..1e8db7d 100644 (file)
@@ -78,7 +78,7 @@ class PhpXmlRpc
     public static $xmlrpc_internalencoding = "UTF-8";
 
     public static $xmlrpcName = "XML-RPC for PHP";
-    public static $xmlrpcVersion = "4.4.0";
+    public static $xmlrpcVersion = "4.4.2";
 
     // let user errors start at 800
     public static $xmlrpcerruser = 800;