From 10898568a3294e9af4345997462d8ebc743aa32b Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Fri, 27 Apr 2018 16:48:14 +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 335134e9..df74a5eb 100644 --- a/src/nxt_main.h +++ b/src/nxt_main.h @@ -11,8 +11,8 @@ #include -#define NXT_VERSION "1.1" -#define NXT_VERNUM 10100 +#define NXT_VERSION "1.2" +#define NXT_VERNUM 10200 typedef struct nxt_port_s nxt_port_t;