X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/e30c654b196a87a13ae7f7d4ced930b296c038ec..59b5b7e14cbb43b7dd52b746fb565e8dda695f1b:/common/default_version.c?ds=sidebyside

diff --git a/common/default_version.c b/common/default_version.c
index c094aafa..9f818bed 100644
--- a/common/default_version.c
+++ b/common/default_version.c
@@ -1,6 +1,6 @@
 #include "proxmark3.h"
 /* This is the default version.c file that Makefile.common falls back to if perl is not available */
-struct version_information __attribute__((section(".version_information"))) version_information = { 
+const struct version_information __attribute__((section(".version_information"))) version_information = { 
 		VERSION_INFORMATION_MAGIC, 
 		1, /* version version 1 */
 		0, /* version information not present */