X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhparam.c;h=2c61e608076236bb2042a0b4d414215412dc7686;hp=29d4170df4ac251c32c0957c78f8753cf51d8b12;hb=6e4f8128fe078a3e54f5c92d27c31acc7b8f9fd8;hpb=9a990c3302e6bf6c5c313541cbc1cbcea16dcb4d diff --git a/uip/mhparam.c b/uip/mhparam.c index 29d4170..2c61e60 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -28,6 +28,8 @@ static struct swit switches[] = { { NULL, 0 } }; +char *version=VERSION; + struct proc { char *p_name; char **p_field; @@ -41,8 +43,8 @@ char *empty = ""; */ static struct proc procs [] = { { "#--Version--", &empty }, - { "version", &version_num }, - { "version-str", &version_str }, + { "version", &version }, + { "lib-version", &lib_version }, { "#--Path-and-File-Names--", &empty }, { "mypath", &mypath },