From: gggeek Date: Sun, 12 Jul 2015 23:06:29 +0000 (+0100) Subject: Tag 4.0.0-alpha X-Git-Tag: 4.0.0-alpha^2 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=5e0dcb083a6c7e1f84fe3dd27bc9cae0d8f5ea7a Tag 4.0.0-alpha --- diff --git a/NEWS b/NEWS index b35859b..48798f3 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -XML-RPC for PHP version 4.0.0 alpha - 2015/Y/Z +XML-RPC for PHP version 4.0.0 alpha - 2015/7/13 This release does away with the past and starts a transition to modern-world php. diff --git a/src/PhpXmlRpc.php b/src/PhpXmlRpc.php index 0f39faf..086a90a 100644 --- a/src/PhpXmlRpc.php +++ b/src/PhpXmlRpc.php @@ -76,7 +76,7 @@ class PhpXmlRpc public static $xmlrpc_internalencoding = "UTF-8"; public static $xmlrpcName = "XML-RPC for PHP"; - public static $xmlrpcVersion = "4.0.0.beta"; + public static $xmlrpcVersion = "4.0.0.alpha"; // let user errors start at 800 public static $xmlrpcerruser = 800;