root / tidsense / version.c @ 172:8c8328364b9d
History | View | Annotate | Download (203 Bytes)
1 | |
---|---|
2 | #include "version.h" |
3 | |
4 | const version_info_t version_info = {
|
5 | .version_major = 4,
|
6 | .version_minor = 2,
|
7 | .version_sub = 0,
|
8 | |
9 | .platform = "TidN",
|
10 | .revision = REVISION, |
11 | .hash = HASH |
12 | }; |
13 |