From e4d9cffedfda046134ad7b152aa751c6e6404e06 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Thu, 15 Nov 2018 20:08:43 +0300 Subject: [PATCH] Version bump. --- src/nxt_main.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nxt_main.h b/src/nxt_main.h index 12c0ce6d..71ee6599 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -11,8 +11,8 @@ #include -#define NXT_VERSION "1.6" -#define NXT_VERNUM 10600 +#define NXT_VERSION "1.7" +#define NXT_VERNUM 10700 #define NXT_SERVER "Unit/" NXT_VERSION