]>
Commit | Line | Data |
---|---|---|
8a6aec16 | 1 | #include <proxmark3.h> |
2 | /* This is the default version.c file that Makefile.common falls back to if perl is not available */ | |
3 | struct version_information __attribute__((section(".version_information"))) version_information = { | |
4 | VERSION_INFORMATION_MAGIC, | |
5 | 1, /* version version 1 */ | |
6 | 0, /* version information not present */ | |
7 | 2, /* cleanliness couldn't be determined */ | |
8 | /* Remaining fields: zero */ | |
9 | }; |