Bump LOCAL_SCAN_ABI_VERSION.
authorAndreas Metzler <ametzler@bebt.de>
Thu, 2 Jul 2015 06:48:58 +0000 (08:48 +0200)
committerPhil Pennock <pdp@exim.org>
Sat, 4 Jul 2015 19:43:07 +0000 (19:43 +0000)
In 4.86 the size of struct recipient_item changed when EXPERIMENTAL_DSN
was made default. This broke the local scan ABI (rebuild required).
See <http://bugs.debian.org/790616>.

src/src/local_scan.h

index 0ed54826d5c50a62b8ec2cfa85bd028f91e85079..bca14bcafc454206db749bf0d8429b07cb1bee3c 100644 (file)
@@ -98,8 +98,8 @@ ABI is changed in a non backward compatible way. The minor number is increased
 each time a new feature is added (in a way that doesn't break backward
 compatibility). */
 
-#define LOCAL_SCAN_ABI_VERSION_MAJOR 1
-#define LOCAL_SCAN_ABI_VERSION_MINOR 1
+#define LOCAL_SCAN_ABI_VERSION_MAJOR 2
+#define LOCAL_SCAN_ABI_VERSION_MINOR 0
 #define LOCAL_SCAN_ABI_VERSION \
   LOCAL_SCAN_ABI_VERSION_MAJOR.LOCAL_SCAN_ABI_VERSION_MINOR