From 386e3e80bbf0507ae3ea101b32b19460dd5e3553 Mon Sep 17 00:00:00 2001 From: Vladimir Homutov Date: Tue, 26 Jul 2016 19:07:18 +0300 Subject: [PATCH] Version bump. --- src/core/nginx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/nginx.h b/src/core/nginx.h index e303e66b39..7e9aae6200 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1011003 -#define NGINX_VERSION "1.11.3" +#define nginx_version 1011004 +#define NGINX_VERSION "1.11.4" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD