diff options
author | Roman Arutyunyan <arut@nginx.com> | 2020-08-14 12:45:52 +0300 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2020-08-14 12:45:52 +0300 |
commit | d961012799640ec49dc6c4ce274eff1b6f9fa718 (patch) | |
tree | 04178fc0a1735a333570ded92598e5a6fed88476 /src | |
parent | b2d09a4cdd865a8997f68fbaa1e928f0dc0b6ef0 (diff) | |
download | nginx-d961012799640ec49dc6c4ce274eff1b6f9fa718.tar.gz nginx-d961012799640ec49dc6c4ce274eff1b6f9fa718.zip |
Version bump.
Diffstat (limited to 'src')
-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 10799a453..d23b59adf 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1019002 -#define NGINX_VERSION "1.19.2" +#define nginx_version 1019003 +#define NGINX_VERSION "1.19.3" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD |