diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2021-03-11 04:46:22 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2021-03-11 04:46:22 +0300 |
commit | 6b06660e0740fc65a2cbae60d68c371509e0d208 (patch) | |
tree | de2c717104599890ad6d00b1ea928ccc2c12539d /src | |
parent | 0026dded46da04b6b4522c5887bed5fceb4eda11 (diff) | |
download | nginx-6b06660e0740fc65a2cbae60d68c371509e0d208.tar.gz nginx-6b06660e0740fc65a2cbae60d68c371509e0d208.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 a72666cdd..ba70b4ceb 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1019008 -#define NGINX_VERSION "1.19.8" +#define nginx_version 1019009 +#define NGINX_VERSION "1.19.9" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD |