mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 08:04:44 +00:00
18 lines
379 B
C
18 lines
379 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,
|
|
2,
|
|
"Iceman/master/v4.17140",
|
|
"2023-09-09 11:00:00",
|
|
"5901f2664"
|
|
};
|