Skip to content

Commit 28398f1

Browse files
committed
tag for release
1 parent 957adb0 commit 28398f1

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.10.0 - 2023/02/11
22

33
* changed: the minimum php version required has been increased to 5.4
44

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.5
3+
4.10.0
44
:keywords: xml-rpc, xml, rpc, webservices, http
55
:title-page:
66
:toc:
@@ -1102,7 +1102,7 @@ string.
11021102

11031103
==== $xmlrpcVersion
11041104

1105-
PhpXmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.9.5"
1105+
PhpXmlRpc\PhpXmlRpc::$xmlrpcVersion = "4.10.0"
11061106

11071107
The string representation of the version number of the PHPXMLRPC library in use. It is used by the Client for
11081108
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
@@ -119,7 +119,7 @@ class PhpXmlRpc
119119
/**
120120
* @var string
121121
*/
122-
public static $xmlrpcVersion = "4.9.5";
122+
public static $xmlrpcVersion = "4.10.0";
123123

124124
/**
125125
* @var int

0 commit comments

Comments
 (0)