From: Pekka Riikonen Date: Sat, 28 Jul 2007 16:22:03 +0000 (+0000) Subject: updates. X-Git-Tag: silc.toolkit.1.1.3~9 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=0420beb72631c9ae76b03c3c26baca6ea1683e34 updates. --- 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@"