1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-11-14 02:59:05 +00:00

Update dropbear version in "About" message

This commit is contained in:
Greg Alexander 2020-12-29 00:20:01 -05:00
parent 88455ed03d
commit cf41fb58d0

View File

@ -132,7 +132,7 @@ public class SimpleSSHD extends Activity
b.setTitle("About");
b.setMessage(
"SimpleSSHD version " + my_version() +
"\ndropbear 2019.78" +
"\ndropbear 2020.81" +
"\nscp/sftp from OpenSSH 6.7p1" +
"\nrsync 3.1.1");
b.show();