Skip to content

Commit 65c0da1

Browse files
committed
Fix version declaration
1 parent 57d2765 commit 65c0da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_ssh2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include "ext/standard/url.h"
2525
#include "main/php_network.h"
2626

27-
#define PHP_SSH2_VERSION "1.4"
27+
#define PHP_SSH2_VERSION "1.4.1"
2828
#define PHP_SSH2_DEFAULT_PORT 22
2929

3030
/* Exported Constants */

0 commit comments

Comments
 (0)