diff options
Diffstat (limited to 'src/nxt_main.h')
-rw-r--r-- | src/nxt_main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_main.h b/src/nxt_main.h index df74a5eb..19f084d3 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -14,6 +14,7 @@ #define NXT_VERSION "1.2" #define NXT_VERNUM 10200 +#define NXT_SERVER "Unit/" NXT_VERSION typedef struct nxt_port_s nxt_port_t; typedef struct nxt_task_s nxt_task_t; |