diff options
Diffstat (limited to '')
-rw-r--r-- | src/nxt_main.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nxt_main.h b/src/nxt_main.h index 50f714b1..12331092 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -11,8 +11,8 @@ #include <nxt_auto_config.h> -#define NXT_VERSION "0.5" -#define NXT_VERNUM 5 +#define NXT_VERSION "0.6" +#define NXT_VERNUM 6 typedef struct nxt_port_s nxt_port_t; |