]> git.zerfleddert.de Git - proxmark3-svn/blame - common/default_version.c
Fix: ControlWidget placement (#690)
[proxmark3-svn] / common / default_version.c
CommitLineData
e30c654b 1#include "proxmark3.h"
8a6aec16 2/* This is the default version.c file that Makefile.common falls back to if perl is not available */
b7913d8f 3const struct version_information __attribute__((section(".version_information"))) version_information = {
8a6aec16 4 VERSION_INFORMATION_MAGIC,
63744b56 5 1, /* version 1 */
8a6aec16 6 0, /* version information not present */
7 2, /* cleanliness couldn't be determined */
8 /* Remaining fields: zero */
9};
Impressum, Datenschutz