1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-10 14:42:08 +03:00

date not included in version

git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@90 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
cameronrich 2007-05-16 04:17:06 +00:00
parent 09625b71ae
commit d53af37881

View File

@ -1997,7 +1997,7 @@ void DISPLAY_ALERT(SSL *ssl, int alert)
*/
EXP_FUNC const char * STDCALL ssl_version()
{
static const char * axtls_version = AXTLS_VERSION " " __DATE__;
static const char * axtls_version = AXTLS_VERSION;
return axtls_version;
}