1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-11-27 09:48:08 +00:00

Update dropbear version in "About" string.

This commit is contained in:
Greg Alexander 2019-06-16 15:26:21 -04:00
parent 8bdc4005f1
commit c5fb42b1f1

View File

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