From 231278a7c2ac445713083b94cb427b4a706d6f25 Mon Sep 17 00:00:00 2001 From: Stephan Bosch Date: Mon, 8 May 2017 12:49:39 +0200 Subject: [PATCH] util: script: Increased the major protocol version due to earlier changes. --- src/lib-program-client/program-client-remote.c | 2 +- src/util/script.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib-program-client/program-client-remote.c b/src/lib-program-client/program-client-remote.c index 212caf707f..1f228f1f75 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;