version info also for client, still cmake to do
This commit is contained in:
9
common/default_version.c
Normal file
9
common/default_version.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "common.h"
|
||||
/* This is the default version.c file that Makefile.common falls back to if neither sh nor perl are available */
|
||||
const struct version_information __attribute__((section(".version_information"))) version_information = {
|
||||
VERSION_INFORMATION_MAGIC,
|
||||
1, /* version 1 */
|
||||
0, /* version information not present */
|
||||
2, /* cleanliness couldn't be determined */
|
||||
/* Remaining fields: zero */
|
||||
};
|
||||
Reference in New Issue
Block a user