tag dev lib version
authorgggeek <giunta.gaetano@gmail.com>
Tue, 12 Jan 2021 09:50:17 +0000 (09:50 +0000)
committergggeek <giunta.gaetano@gmail.com>
Tue, 12 Jan 2021 09:50:17 +0000 (09:50 +0000)
src/PhpXmlRpc.php

index 8dd945d..12b425f 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.5.2";
+    public static $xmlrpcVersion = "4.6.0-dev";
 
     // let user errors start at 800
     public static $xmlrpcerruser = 800;