forked from electro/esp-irblaster
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
250 B
10 lines
250 B
3 years ago
|
/* gitversion.h. Generated by cmake from gitversion.h.in */
|
||
|
#ifndef _GITVERSION_H
|
||
|
#define _GITVERSION_H
|
||
|
|
||
|
#define GIT_COUNT "@_revision_number@"
|
||
|
#define GIT_HASH "@_commit_hash@"
|
||
|
#define BUILD_TIMESTAMP "@_build_time_stamp@"
|
||
|
|
||
|
#endif //_GITVERSION_H
|