tag for release 4.9.5
authorgggeek <giunta.gaetano@gmail.com>
Wed, 11 Jan 2023 11:15:43 +0000 (11:15 +0000)
committergggeek <giunta.gaetano@gmail.com>
Wed, 11 Jan 2023 11:15:43 +0000 (11:15 +0000)
NEWS.md
doc/manual/phpxmlrpc_manual.adoc
src/PhpXmlRpc.php

diff --git a/NEWS.md b/NEWS.md
index e65ee4e..df169fc 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,4 +1,4 @@
-## XML-RPC for PHP version 4.xx - unreleased
+## XML-RPC for PHP version 4.9.5 - 2023/01/11
 
 * improved: revised all demo files. Showcase more features in client demos; isolate better testsuite functions in
   server demos and make sure they are not active unless triggered by running the tests; add demos for code-generation
index 31379d9..0b83218 100644 (file)
@@ -1,6 +1,6 @@
 = XML-RPC for PHP User Manual
 Gaetano Giunta; Edd Dumbill
-4.9.4
+4.9.5
 :keywords: xml-rpc, xml, rpc, webservices, http
 :title-page:
 :toc:
@@ -1054,7 +1054,7 @@ string.
 
 ==== $xmlrpcVersion
 
-    PhpxmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.9.4"
+    PhpXmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.9.5"
 
 The string representation of the version number of the PHPXMLRPC library in use. It is used by the Client for
 building the User-Agent HTTP header that is sent with every request to the server. You can change its value if you need
index 83f199f..fa11ed7 100644 (file)
@@ -114,7 +114,7 @@ class PhpXmlRpc
     /**
      * @var string
      */
-    public static $xmlrpcVersion = "4.9.4";
+    public static $xmlrpcVersion = "4.9.5";
 
     /**
      * @var int