Add axTLS version.h file, embed git revision in version
This commit is contained in:
parent
6e44ce3d11
commit
98730b96b5
2 changed files with 12 additions and 1 deletions
10
axtls/include/version.h
Normal file
10
axtls/include/version.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/* 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue