mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-11-10 17:49:32 +08:00
8987e956ac
Most targeted platforms have "sh" and don't need Perl as requirement. Still Perl script is present as fallback.
9 lines
429 B
C
9 lines
429 B
C
#include "proxmark3_arm.h"
|
|
/* This is the default version.c file that Makefile.common falls back to if neither sh nor perl are available */
|
|
const struct version_information __attribute__((section(".version_information"))) version_information = {
|
|
VERSION_INFORMATION_MAGIC,
|
|
1, /* version 1 */
|
|
0, /* version information not present */
|
|
2, /* cleanliness couldn't be determined */
|
|
/* Remaining fields: zero */
|
|
};
|