Skip to content

Commit b61833d

Browse files
committed
tag for release
1 parent 3dd7ef5 commit b61833d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## XML-RPC for PHP version 4.xx - unreleased
1+
## XML-RPC for PHP version 4.9.5 - 2023/01/11
22

33
* improved: revised all demo files. Showcase more features in client demos; isolate better testsuite functions in
44
server demos and make sure they are not active unless triggered by running the tests; add demos for code-generation

doc/manual/phpxmlrpc_manual.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= XML-RPC for PHP User Manual
22
Gaetano Giunta; Edd Dumbill
3-
4.9.4
3+
4.9.5
44
:keywords: xml-rpc, xml, rpc, webservices, http
55
:title-page:
66
:toc:
@@ -1054,7 +1054,7 @@ string.
10541054

10551055
==== $xmlrpcVersion
10561056

1057-
PhpxmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.9.4"
1057+
PhpXmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.9.5"
10581058

10591059
The string representation of the version number of the PHPXMLRPC library in use. It is used by the Client for
10601060
building the User-Agent HTTP header that is sent with every request to the server. You can change its value if you need

src/PhpXmlRpc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class PhpXmlRpc
114114
/**
115115
* @var string
116116
*/
117-
public static $xmlrpcVersion = "4.9.4";
117+
public static $xmlrpcVersion = "4.9.5";
118118

119119
/**
120120
* @var int

0 commit comments

Comments
 (0)