Skip to content

Commit

Permalink
util: script: Increased the major protocol version due to earlier cha…
Browse files Browse the repository at this point in the history
…nges.
  • Loading branch information
stephanbosch committed May 23, 2017
1 parent 262a9b6 commit 231278a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib-program-client/program-client-remote.c
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion src/util/script.c
Expand Up @@ -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;
Expand Down

0 comments on commit 231278a

Please sign in to comment.