prepare version number for next release
authorgggeek <giunta.gaetano@gmail.com>
Tue, 15 Feb 2022 17:56:05 +0000 (17:56 +0000)
committergggeek <giunta.gaetano@gmail.com>
Tue, 15 Feb 2022 17:56:05 +0000 (17:56 +0000)
src/PhpXmlRpc.php

index e6419ac..416d53f 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.6.1";
+    public static $xmlrpcVersion = "4.7.0-dev";
 
     // let user errors start at 800
     public static $xmlrpcerruser = 800;