Skip to content

Commit

Permalink
bump to version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jprjr committed Sep 10, 2018
1 parent f460cdd commit 94ab916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sockexec/sockexec.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "common.h"

#define USAGE "sockexec [-v] [-d] [-q queue_size] [-M mode] [-m max_connections] [-t timeout] [-k kill_timeout] /path/to/socket"
#define VERSION "3.1.0"
#define VERSION "3.1.1"
#define dieusage() strerr_dieusage(100, USAGE)
#define dienomem() strerr_diefu1sys(111, "stralloc_catb")
#define dienosocket() strerr_diefu1sys(111, "ipc_stream_nb")
Expand Down

0 comments on commit 94ab916

Please sign in to comment.