From ffe21776fa676d5d56ed3d6f263e09f89f5d7fd5 Mon Sep 17 00:00:00 2001 From: Maxim Dounin Date: Wed, 28 May 2014 17:41:33 +0400 Subject: Version bump. --- src/core/nginx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/core/nginx.h b/src/core/nginx.h index 12e6e8a86..81e351c2a 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1007001 -#define NGINX_VERSION "1.7.1" +#define nginx_version 1007002 +#define NGINX_VERSION "1.7.2" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD -- cgit