updates.
authorPekka Riikonen <priikone@silcnet.org>
Sat, 28 Jul 2007 16:22:03 +0000 (16:22 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sat, 28 Jul 2007 16:22:03 +0000 (16:22 +0000)
includes/silcversion.h.in

index 45a65c9fe6e8cf757d9b72350e12364ec35cb511..e542f9e622ef007db57c83bad247d51099dda364 100644 (file)
@@ -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@"