mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
date now added to version
git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@91 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
parent
d53af37881
commit
eb6a87e79e
@ -65,7 +65,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
if (argc == 2 && strcmp(argv[1], "version") == 0)
|
||||
{
|
||||
printf("axssl %s\n", ssl_version());
|
||||
printf("axssl %s %s\n", ssl_version(), __DATE__);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user