add version description

This commit is contained in:
Doug MacEachern 2008-08-12 00:05:03 +00:00
parent 84e88b24e1
commit 836a725c86
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -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@@,