mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Release v4.9230 - Ice Coffee ☕
This commit is contained in:
parent
b79ccc12ae
commit
db2e97c860
20 changed files with 30 additions and 29 deletions
|
@ -1,5 +1,5 @@
|
|||
#include "common.h"
|
||||
/* This is the default version.c file that Makefile.common falls back to if neither sh nor perl are available */
|
||||
/* Generated file, do not edit */
|
||||
#ifndef ON_DEVICE
|
||||
#define SECTVERSINFO
|
||||
#else
|
||||
|
@ -8,8 +8,9 @@
|
|||
|
||||
const struct version_information SECTVERSINFO version_information = {
|
||||
VERSION_INFORMATION_MAGIC,
|
||||
1, /* version 1 */
|
||||
0, /* version information not present */
|
||||
2, /* cleanliness couldn't be determined */
|
||||
/* Remaining fields: zero */
|
||||
1,
|
||||
1,
|
||||
2,
|
||||
"RRG/Iceman/master/v4.9230",
|
||||
"2020-05-21 12:51:35",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue