Tag 4.0.0-alpha
authorgggeek <giunta.gaetano@gmail.com>
Sun, 12 Jul 2015 23:06:29 +0000 (00:06 +0100)
committergggeek <giunta.gaetano@gmail.com>
Sun, 12 Jul 2015 23:06:29 +0000 (00:06 +0100)
NEWS
src/PhpXmlRpc.php

diff --git a/NEWS b/NEWS
index b35859b..48798f3 100644 (file)
--- 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.
 
index 0f39faf..086a90a 100644 (file)
@@ -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;