From b61833dbd45deedb366cc78cd3bf95c0e9a89a8b Mon Sep 17 00:00:00 2001 From: gggeek Date: Wed, 11 Jan 2023 11:15:43 +0000 Subject: [PATCH] tag for release --- NEWS.md | 2 +- doc/manual/phpxmlrpc_manual.adoc | 4 ++-- src/PhpXmlRpc.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index e65ee4e4..df169fcc 100644 --- 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 diff --git a/doc/manual/phpxmlrpc_manual.adoc b/doc/manual/phpxmlrpc_manual.adoc index 31379d91..0b83218f 100644 --- a/doc/manual/phpxmlrpc_manual.adoc +++ b/doc/manual/phpxmlrpc_manual.adoc @@ -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 diff --git a/src/PhpXmlRpc.php b/src/PhpXmlRpc.php index 83f199fc..fa11ed73 100644 --- a/src/PhpXmlRpc.php +++ b/src/PhpXmlRpc.php @@ -114,7 +114,7 @@ class PhpXmlRpc /** * @var string */ - public static $xmlrpcVersion = "4.9.4"; + public static $xmlrpcVersion = "4.9.5"; /** * @var int -- 2.47.0