diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-08-24 17:29:57 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-08-24 17:29:57 +0300 |
commit | 1e53ff184c3b94e08bd17c7318ee73e2317684ad (patch) | |
tree | 4e2b464c82fc760d0caf075bf29e62dd213fb34a /src/nxt_main.h | |
parent | 259b90b9d707fddfd0e70672a48bd228a628b599 (diff) | |
download | unit-1e53ff184c3b94e08bd17c7318ee73e2317684ad.tar.gz unit-1e53ff184c3b94e08bd17c7318ee73e2317684ad.tar.bz2 |
Added command line option --version.
Diffstat (limited to 'src/nxt_main.h')
-rw-r--r-- | src/nxt_main.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 <nxt_auto_config.h> + +#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; |