mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
16 lines
367 B
C
16 lines
367 B
C
#include "common.h"
|
|
/* Generated file, do not edit */
|
|
#ifndef ON_DEVICE
|
|
#define SECTVERSINFO
|
|
#else
|
|
#define SECTVERSINFO __attribute__((section(".version_information")))
|
|
#endif
|
|
|
|
const struct version_information_t SECTVERSINFO g_version_information = {
|
|
VERSION_INFORMATION_MAGIC,
|
|
1,
|
|
1,
|
|
1,
|
|
"RRG/Iceman/master/v4.14434",
|
|
"2021-09-18 21:44:55",
|
|
};
|