X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=includes%2Fsilcversion.h.in;h=e542f9e622ef007db57c83bad247d51099dda364;hp=45a65c9fe6e8cf757d9b72350e12364ec35cb511;hb=0420beb72631c9ae76b03c3c26baca6ea1683e34;hpb=fad4ab88ac39a3ca659579ff0a6cc235bed85d4b diff --git a/includes/silcversion.h.in b/includes/silcversion.h.in index 45a65c9f..e542f9e6 100644 --- a/includes/silcversion.h.in +++ b/includes/silcversion.h.in @@ -26,7 +26,7 @@ extern "C" { /* Version check macro. Use this to check that package is of specific version compile time. Use the __SILC_XXX_VERSION below in comparison. */ -#define SILC_VERSION(a, b, c) (((a) << 24) + ((b) << 16) + ((c) << 8) +#define SILC_VERSION(a, b, c) (((a) << 24) + ((b) << 16) + ((c) << 8)) @__SILC_PACKAGE_VERSION@ #define SILC_VERSION_STRING "@VERSION@"