diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2022-07-26 19:54:11 +0400 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2022-07-26 19:54:11 +0400 |
commit | 41421e6e55ad59f87a6f98945feaf09b40b30ec1 (patch) | |
tree | 7b7a185dbee44e6a0a24880c5f7d5cfa40ff33c5 /src/core/nginx.h | |
parent | c64e2ec1e94974193c286b63db4f58e6e499f5cb (diff) | |
parent | f7ea8c76b55f730daa3b63f5511feb564b44d901 (diff) | |
download | nginx-41421e6e55ad59f87a6f98945feaf09b40b30ec1.tar.gz nginx-41421e6e55ad59f87a6f98945feaf09b40b30ec1.zip |
Merged with the default branch.
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 57e7b2023..428e3a0ec 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1023000 -#define NGINX_VERSION "1.23.0" +#define nginx_version 1023001 +#define NGINX_VERSION "1.23.1" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD |