From 5e0dcb083a6c7e1f84fe3dd27bc9cae0d8f5ea7a Mon Sep 17 00:00:00 2001 From: gggeek Date: Mon, 13 Jul 2015 00:06:29 +0100 Subject: [PATCH] Tag 4.0.0-alpha --- NEWS | 2 +- src/PhpXmlRpc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.43.0