From 3b0afb16814353a5d34a7384f4e84e9c17f3fb8e Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Wed, 31 Oct 2018 16:31:14 +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 670010f8..12c0ce6d 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -11,8 +11,8 @@ #include -#define NXT_VERSION "1.5" -#define NXT_VERNUM 10500 +#define NXT_VERSION "1.6" +#define NXT_VERNUM 10600 #define NXT_SERVER "Unit/" NXT_VERSION -- cgit