]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/version.c
Implement version information storage and retrieval for the bootrom and the osimage.
[proxmark3-svn] / common / version.c
diff --git a/common/version.c b/common/version.c
deleted file mode 100644 (file)
index cd78272..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#define VERSION "$Id $"
-static const struct __attribute__((packed)) {
-    const char string[48];
-    unsigned int length;
-    unsigned int magic;
-} version __attribute__((unused,section("versioninformation"))) = {
-    VERSION,
-    sizeof(VERSION),
-    0x48151623,
-};
Impressum, Datenschutz