esp-open-rtos/axtls/include/version.h
2015-09-20 21:13:38 +10:00

10 lines
194 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