mirror of
http://galexander.org/git/simplesshd.git
synced 2024-11-30 11:18:12 +00:00
Update dropbear version in "About" message
This commit is contained in:
parent
88455ed03d
commit
cf41fb58d0
@ -132,7 +132,7 @@ public class SimpleSSHD extends Activity
|
|||||||
b.setTitle("About");
|
b.setTitle("About");
|
||||||
b.setMessage(
|
b.setMessage(
|
||||||
"SimpleSSHD version " + my_version() +
|
"SimpleSSHD version " + my_version() +
|
||||||
"\ndropbear 2019.78" +
|
"\ndropbear 2020.81" +
|
||||||
"\nscp/sftp from OpenSSH 6.7p1" +
|
"\nscp/sftp from OpenSSH 6.7p1" +
|
||||||
"\nrsync 3.1.1");
|
"\nrsync 3.1.1");
|
||||||
b.show();
|
b.show();
|
||||||
|
Loading…
Reference in New Issue
Block a user