diff options
author | Roman Arutyunyan <arut@nginx.com> | 2020-07-09 17:33:22 +0300 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2020-07-09 17:33:22 +0300 |
commit | 826fb0d45c964d597975c1a08070cf9a579a08ac (patch) | |
tree | 68d21a20ef0f170602880ec368047f28e847f968 /src/core/nginx.h | |
parent | 1b2f040a1f82dfd3b30d3b67ea57b3bf1d723d4d (diff) | |
download | nginx-826fb0d45c964d597975c1a08070cf9a579a08ac.tar.gz nginx-826fb0d45c964d597975c1a08070cf9a579a08ac.zip |
Version bump.
Diffstat (limited to 'src/core/nginx.h')
-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 49d35c2b9..10799a453 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1019001 -#define NGINX_VERSION "1.19.1" +#define nginx_version 1019002 +#define NGINX_VERSION "1.19.2" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD |