X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fversion.c;h=0daaf9e495be6389a627f706696a4b9d2e9776a6;hb=4097bac1dce126e79ce1550fad8b2034a311ff80;hp=edae783f00d645e565799c7cac3daf256e3ecefc;hpb=3fcc65de3bb8ac7af03900dccf23a5b1219b2e8e;p=idzebra-moved-to-github.git diff --git a/util/version.c b/util/version.c index edae783..0daaf9e 100644 --- a/util/version.c +++ b/util/version.c @@ -1,4 +1,4 @@ -/* $Id: version.c,v 1.1 2007-08-27 17:22:22 adam Exp $ +/* $Id: version.c,v 1.3 2007-08-27 17:43:21 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -29,6 +29,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #endif +#include #include #include @@ -42,8 +43,11 @@ void zebra_get_version(char *version_str, char *sys_str) #ifdef WIN32 strcpy(sys_str, "win32"); +#ifdef _MSC_VER + yaz_snprintf(sys_str+strlen(sys_str), 25, "; mscver %lu", + (unsigned long) _MSC_VER); +#endif #endif - #ifdef HOST_TRIPLET strcpy(sys_str, HOST_TRIPLET); #endif