mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-17 08:12:52 -08:00
17 lines
362 B
C
17 lines
362 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 SECTVERSINFO version_information = {
|
|
VERSION_INFORMATION_MAGIC,
|
|
1,
|
|
1,
|
|
2,
|
|
"RRG/Iceman/master/v4.9237",
|
|
"2020-05-21 21:55:15",
|
|
};
|