Skip to content

Commit

Permalink
tag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Jan 11, 2023
1 parent 3dd7ef5 commit b61833d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions doc/manual/phpxmlrpc_manual.adoc
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/PhpXmlRpc.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class PhpXmlRpc
/**
* @var string
*/
public static $xmlrpcVersion = "4.9.4";
public static $xmlrpcVersion = "4.9.5";

/**
* @var int
Expand Down

0 comments on commit b61833d

Please sign in to comment.