From 0420beb72631c9ae76b03c3c26baca6ea1683e34 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sat, 28 Jul 2007 16:22:03 +0000 Subject: [PATCH] updates. --- includes/silcversion.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@" -- 2.24.0