update identifier to current version

This commit is contained in:
terrafrost 2015-12-05 10:27:51 -06:00
parent 9f0f8fd7e5
commit ee0f45fea6

View File

@ -1134,7 +1134,7 @@ class Net_SSH2
*/
function _generate_identifier()
{
$identifier = 'SSH-2.0-phpseclib_0.3';
$identifier = 'SSH-2.0-phpseclib_1.0';
$ext = array();
if (extension_loaded('openssl')) {