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