From: Stephan Bosch Date: Mon, 8 May 2017 10:49:39 +0000 (+0200) Subject: util: script: Increased the major protocol version due to earlier changes. X-Git-Tag: 2.3.0.rc1~1624 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b383ed51d75bce0f69f126bc4ff7192985ca30f2;p=thirdparty%2Fdovecot%2Fcore.git util: script: Increased the major protocol version due to earlier changes. --- diff --git a/src/lib-program-client/program-client-remote.c b/src/lib-program-client/program-client-remote.c index 64f3259ad6..4e30f3d9bb 100644 --- a/src/lib-program-client/program-client-remote.c +++ b/src/lib-program-client/program-client-remote.c @@ -18,7 +18,7 @@ #include #include -#define PROGRAM_CLIENT_VERSION_MAJOR "3" +#define PROGRAM_CLIENT_VERSION_MAJOR "4" #define PROGRAM_CLIENT_VERSION_MINOR "0" #define PROGRAM_CLIENT_VERSION_STRING "VERSION\tscript\t" \ diff --git a/src/util/script.c b/src/util/script.c index 6ce6957c27..b53e9af3a7 100644 --- a/src/util/script.c +++ b/src/util/script.c @@ -16,7 +16,7 @@ #include #include -#define SCRIPT_MAJOR_VERSION 3 +#define SCRIPT_MAJOR_VERSION 4 #define SCRIPT_READ_TIMEOUT_SECS 10 static ARRAY_TYPE(const_string) exec_args;