Skip to content

Commit

Permalink
tag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Nov 29, 2022
1 parent eb31dd1 commit 1bf529f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
### USER EDITABLE VARS ###

# path to PHP executable, preferably CLI version
PHP=/usr/bin/php
PHP=php

# path were jsxmlrpc lib files will be copied to
JSINCLUDEDIR=/usr/local/apache2/htdocs
Expand Down
2 changes: 1 addition & 1 deletion lib/xmlrpc_lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ var xmlrpcName = 'XML-RPC for JAVASCRIPT';
* Library version number. Used in the client's httprequests to identify self to server
* @type string
*/
var xmlrpcVersion = '0.4';
var xmlrpcVersion = '0.5';

// let user errors start at 800
var xmlrpcerruser = 800;
Expand Down

0 comments on commit 1bf529f

Please sign in to comment.