X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fyaz-version.h.in;h=7e7506f3834f79af8e77f68b3ea2ccaf270d8fac;hp=7cfedc51ce92a230314ef8e2e86c617703c329be;hb=799ea46466fc7433ce75d7c66d796b5a0997f59c;hpb=e5a6a3f08564436f90fcb8537d8f32e6685c176e diff --git a/include/yaz/yaz-version.h.in b/include/yaz/yaz-version.h.in index 7cfedc5..7e7506f 100644 --- a/include/yaz/yaz-version.h.in +++ b/include/yaz/yaz-version.h.in @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data. + * Copyright (C) 1995-2009 Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -32,11 +32,16 @@ #include +/** \brief YAZ version as string */ #define YAZ_VERSION "@VERSION@" -#define YAZ_VERSIONL 0x@YAZ_VERSION_HEX@ +/** \brief YAZ version as integer (for comparison purposes) */ +#define YAZ_VERSIONL 0x@VERSION_HEX@ + +/** \brief YAZ file version for YAZ DLL (resource) */ #define YAZ_FILEVERSION @WIN_FILEVERSION@ +/** \brief SHA1 ID for YAZ (Git) */ #define YAZ_VERSION_SHA1 "@VERSION_SHA1@" YAZ_BEGIN_CDECL