From dc50773e518f6e68109384cb37c91985dbc3fe63 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Mon, 12 Feb 2018 16:58:38 +0300 Subject: Version bump. --- src/nxt_main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/nxt_main.h b/src/nxt_main.h index 12331092..ff9f9ab7 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -11,8 +11,8 @@ #include -#define NXT_VERSION "0.6" -#define NXT_VERNUM 6 +#define NXT_VERSION "0.7" +#define NXT_VERNUM 7 typedef struct nxt_port_s nxt_port_t; -- cgit