]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
util: script: Increased the major protocol version due to earlier changes.
authorStephan Bosch <stephan.bosch@dovecot.fi>
Mon, 8 May 2017 10:49:39 +0000 (12:49 +0200)
committerGitLab <gitlab@git.dovecot.net>
Tue, 16 May 2017 15:19:30 +0000 (18:19 +0300)
src/lib-program-client/program-client-remote.c
src/util/script.c

index 64f3259ad6cb0e0316c62e303ab240e0cdb6394b..4e30f3d9bb683ec31bf75275a47bac3dcb6e8999 100644 (file)
@@ -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" \
index 6ce6957c27e6c99293eaafc59074c9aa24607825..b53e9af3a77d126556df68518299a2d99c8163b7 100644 (file)
@@ -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;