Skip to content

Commit

Permalink
Km-test.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kvic-z committed Mar 9, 2018
1 parent dd9674d commit 1338804
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions util.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ char* get_version(int argc, char* argv[]) {
optbuf = " <none>";
}

if (asprintf(&retbuf, "%s: %s compiled: %s" FEATURE_FLAGS " options:%s",
argv[0], VERSION, __DATE__ " " __TIME__, optbuf) < 1) {
if (asprintf(&retbuf, "pixelserv-tls %s (compiled: %s" FEATURE_FLAGS ") options:%s",
VERSION, __DATE__ " " __TIME__, optbuf) < 1) {
retbuf = " <asprintf error>";
}

Expand Down
2 changes: 1 addition & 1 deletion util.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <linux/version.h>

// preprocessor defines
#define VERSION "v2.1.0-test.3"
#define VERSION "2.1.0-test.4"

#define BACKLOG SOMAXCONN // how many pending connections queue will hold
#define DEFAULT_IP "*" // default IP address ALL - use this in messages only
Expand Down

0 comments on commit 1338804

Please sign in to comment.