diff options
Diffstat (limited to '')
-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 c7776c8b..15c56727 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -12,6 +12,7 @@ #define NXT_VERSION "0.1" +#define NXT_VERNUM 0x00000001 typedef struct nxt_port_s nxt_port_t; |