projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fad4ab8
)
updates.
author
Pekka Riikonen
<priikone@silcnet.org>
Sat, 28 Jul 2007 16:22:03 +0000
(16:22 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Sat, 28 Jul 2007 16:22:03 +0000
(16:22 +0000)
includes/silcversion.h.in
patch
|
blob
|
history
diff --git
a/includes/silcversion.h.in
b/includes/silcversion.h.in
index 45a65c9fe6e8cf757d9b72350e12364ec35cb511..e542f9e622ef007db57c83bad247d51099dda364 100644
(file)
--- 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@"