projects
/
proxmark3-svn
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
cd78272c11221cf884aee0183bfc65ee45db8c8e
[proxmark3-svn]
/
common
/
version.c
1
#define VERSION
"$Id $"
2
static const struct
__attribute__
((
packed
)) {
3
const char
string
[
48
];
4
unsigned int
length
;
5
unsigned int
magic
;
6
}
version
__attribute__
((
unused
,
section
(
"versioninformation"
))) = {
7
VERSION
,
8
sizeof
(
VERSION
),
9
0x48151623
,
10
};
Impressum
,
Datenschutz