changeset 22071:ba38c7002aa4

util: script: Increased the major protocol version due to earlier changes.
author Stephan Bosch <stephan.bosch@dovecot.fi>
date Mon, 08 May 2017 12:49:39 +0200
parents ded950b2b5d2
children 66c1b3fd3a5f
files src/lib-program-client/program-client-remote.c src/util/script.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-program-client/program-client-remote.c	Tue May 09 13:33:23 2017 +0200
+++ b/src/lib-program-client/program-client-remote.c	Mon May 08 12:49:39 2017 +0200
@@ -18,7 +18,7 @@
 #include <sys/wait.h>
 #include <sysexits.h>
 
-#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" \
--- a/src/util/script.c	Tue May 09 13:33:23 2017 +0200
+++ b/src/util/script.c	Mon May 08 12:49:39 2017 +0200
@@ -16,7 +16,7 @@
 #include <sys/wait.h>
 #include <sys/socket.h>
 
-#define SCRIPT_MAJOR_VERSION 3
+#define SCRIPT_MAJOR_VERSION 4
 #define SCRIPT_READ_TIMEOUT_SECS 10
 
 static ARRAY_TYPE(const_string) exec_args;