From 1e53ff184c3b94e08bd17c7318ee73e2317684ad Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 24 Aug 2017 17:29:57 +0300 Subject: Added command line option --version. --- src/nxt_main.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/nxt_main.h') diff --git a/src/nxt_main.h b/src/nxt_main.h index 72b243f4..128647eb 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -10,6 +10,10 @@ #include + +#define NXT_VERSION "0.1" + + typedef struct nxt_port_s nxt_port_t; typedef struct nxt_task_s nxt_task_t; typedef struct nxt_port_recv_msg_s nxt_port_recv_msg_t; -- cgit