diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2014-05-28 17:41:33 +0400 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2014-05-28 17:41:33 +0400 |
commit | ffe21776fa676d5d56ed3d6f263e09f89f5d7fd5 (patch) | |
tree | 2613b055dcb70ab688f1dffb0ad0bb9f45c78ef3 /src/core | |
parent | 437cb7b6631c26ad74f992c4745b42ae2836105b (diff) | |
download | nginx-ffe21776fa676d5d56ed3d6f263e09f89f5d7fd5.tar.gz nginx-ffe21776fa676d5d56ed3d6f263e09f89f5d7fd5.zip |
Version bump.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/nginx.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |