diff options
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; |