Merge pull request #96 from duzun/patch-1
[plcapi.git] / src / PhpXmlRpc.php
index db3e982..e6419ac 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-dev";
+    public static $xmlrpcVersion = "4.6.1";
 
     // let user errors start at 800
     public static $xmlrpcerruser = 800;
@@ -148,5 +148,4 @@ class PhpXmlRpc
             }
         }
     }
-
 }