diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2018-07-05 20:44:58 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2018-07-05 20:44:58 +0300 |
commit | c62f9c914ffea544e351cf4893b704b8b28a3a8e (patch) | |
tree | a97c9375c5d1baa83c5c3b770a01cb97b9833cbb | |
parent | 4c5b85365bfd064e411091fceb888575203e1a7b (diff) | |
download | nginx-c62f9c914ffea544e351cf4893b704b8b28a3a8e.tar.gz nginx-c62f9c914ffea544e351cf4893b704b8b28a3a8e.zip |
Version bump.
-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 d96c1b436..d563a6a39 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1015001 -#define NGINX_VERSION "1.15.1" +#define nginx_version 1015002 +#define NGINX_VERSION "1.15.2" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD |