From ab8d1ef0d7726e4f3be8901e89859c9a67447e5d Mon Sep 17 00:00:00 2001 From: Stephan Bosch <stephan@rename-it.nl> Date: Thu, 13 Nov 2014 09:37:21 +0100 Subject: [PATCH] lib-sieve: Increased binary minor version due to changes in optional operand codes. --- src/lib-sieve/sieve-binary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib-sieve/sieve-binary.h b/src/lib-sieve/sieve-binary.h index dce5e49e9..d8241bfa0 100644 --- a/src/lib-sieve/sieve-binary.h +++ b/src/lib-sieve/sieve-binary.h @@ -13,7 +13,7 @@ */ #define SIEVE_BINARY_VERSION_MAJOR 1 -#define SIEVE_BINARY_VERSION_MINOR 2 +#define SIEVE_BINARY_VERSION_MINOR 3 /* * Binary object -- GitLab