2015-06-02 00:35:07 +00:00
|
|
|
/* axTLS version header
|
|
|
|
|
|
|
|
We need this because we're using axTLS from source repo, not from a release.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _VERSION_H
|
|
|
|
|
2015-07-30 17:34:13 +00:00
|
|
|
#define AXTLS_VERSION "esp-open-rtos axTLS " GITSHORTREV
|
2015-06-02 00:35:07 +00:00
|
|
|
|
|
|
|
#endif
|