Added command line option --version.

This commit is contained in:
Igor Sysoev
2017-08-24 17:29:57 +03:00
parent 259b90b9d7
commit 1e53ff184c
3 changed files with 19 additions and 6 deletions

View File

@@ -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;