root 2006/12/06 10:08:28 GMT
Modified files:
exim-src/src local_scan.h
Log:
I added the concatenated LOCAL_SCAN_ABI_VERSION define as well. Hope that's OK.
Revision Changes Path
1.9 +2 -0 exim/exim-src/src/local_scan.h
Index: local_scan.h
===================================================================
RCS file: /home/cvs/exim/exim-src/src/local_scan.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- local_scan.h 6 Dec 2006 09:46:03 -0000 1.8
+++ local_scan.h 6 Dec 2006 10:08:28 -0000 1.9
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/exim-src/src/local_scan.h,v 1.8 2006/12/06 09:46:03 magnus Exp $ */
+/* $Cambridge: exim/exim-src/src/local_scan.h,v 1.9 2006/12/06 10:08:28 magnus Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
@@ -101,6 +101,8 @@
#define LOCAL_SCAN_ABI_VERSION_MAJOR 1
#define LOCAL_SCAN_ABI_VERSION_MINOR 1
+#define LOCAL_SCAN_ABI_VERSION \
+ LOCAL_SCAN_ABI_VERSION_MAJOR.LOCAL_SCAN_ABI_VERSION_MINOR
/* Structure definitions that are documented as visible in the function. */