From: gggeek Date: Fri, 11 Dec 2020 15:15:30 +0000 (+0000) Subject: bump up version nr X-Git-Tag: plcapi-7.1-0~3^2~146^2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=be282f20058e5e4fad390ceca58270905792a3f9;p=plcapi.git bump up version nr --- diff --git a/src/PhpXmlRpc.php b/src/PhpXmlRpc.php index 6740984..1e8db7d 100644 --- a/src/PhpXmlRpc.php +++ b/src/PhpXmlRpc.php @@ -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;