]> git.zerfleddert.de Git - proxmark3-svn/blob - common/default_version.c
add: Home (Pos1) and End key bindings in graph GUI (based on @mcd1992 change on RRG...
[proxmark3-svn] / common / default_version.c
1 #include "proxmark3.h"
2 /* This is the default version.c file that Makefile.common falls back to if perl is not available */
3 const struct version_information __attribute__((section(".version_information"))) version_information = {
4 VERSION_INFORMATION_MAGIC,
5 1, /* version 1 */
6 0, /* version information not present */
7 2, /* cleanliness couldn't be determined */
8 /* Remaining fields: zero */
9 };
Impressum, Datenschutz