10 lines
193 B
C
10 lines
193 B
C
/* axTLS version header
|
|
|
|
We need this because we're using axTLS from source repo, not from a release.
|
|
*/
|
|
|
|
#ifndef _VERSION_H
|
|
|
|
#define AXTLS_VERSION "esp-open-rtos axTLS "GITSHORTREV
|
|
|
|
#endif
|