add version description
This commit is contained in:
parent
84e88b24e1
commit
836a725c86
|
@ -857,6 +857,7 @@ typedef struct {
|
|||
const char *archname;
|
||||
const char *archlib;
|
||||
const char *binname;
|
||||
const char *description;
|
||||
int major, minor, maint, build;
|
||||
} sigar_version_t;
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@ static sigar_version_t sigar_version = {
|
|||
"@@ARCHNAME@@",
|
||||
"@@ARCHLIB@@",
|
||||
"@@BINNAME@@",
|
||||
"SIGAR-@@VERSION_STRING@@, SVN revision @@SCM_REVISION@@, built @@BUILD_DATE@@",
|
||||
@@VERSION_MAJOR@@,
|
||||
@@VERSION_MINOR@@,
|
||||
@@VERSION_MAINT@@,
|
||||
|
|
Loading…
Reference in New Issue