diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-11-25 15:21:56 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-11-25 15:31:04 +0000 |
commit | b3317cfaabe29c73478125e14f58236b2229da4b (patch) | |
tree | ae6b46535729685d9ba9b084af0fab56f4b48ae4 /src | |
parent | 0a54bc3532296b5b7f1b5d4b3e0e052323591f8e (diff) |
Local_scan: bump the ABI major version numberexim-4.93-RC5
Broken-by: 925ac8e4f1
Diffstat (limited to 'src')
-rw-r--r-- | src/src/local_scan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/local_scan.h b/src/src/local_scan.h index 41a17a35c..e0a97088f 100644 --- a/src/src/local_scan.h +++ b/src/src/local_scan.h @@ -98,7 +98,7 @@ 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 2 +#define LOCAL_SCAN_ABI_VERSION_MAJOR 3 #define LOCAL_SCAN_ABI_VERSION_MINOR 1 #define LOCAL_SCAN_ABI_VERSION \ LOCAL_SCAN_ABI_VERSION_MAJOR.LOCAL_SCAN_ABI_VERSION_MINOR |