proxmark3/common/default_version_pm3.c

18 lines
379 B
C
Raw Normal View History

#include "common.h"
2024-01-03 08:59:39 +08:00
/* 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 = {
2019-03-10 07:00:59 +08:00
VERSION_INFORMATION_MAGIC,
2024-01-03 08:59:39 +08:00
1,
1,
2,
"Iceman/master/v4.17768",
"2024-01-03 01:59:39",
"4aa4f5078"
};