diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2024-10-07 19:10:39 +0400 |
---|---|---|
committer | pluknet <pluknet@nginx.com> | 2024-10-08 18:29:01 +0400 |
commit | 144778aee6e377c9bcd84368848b2e27871d570f (patch) | |
tree | 6e1dc55b051885516cd3aea0a3b91139c7f8a875 /src | |
parent | e24f7ccc161f1a2a759eb27263ec9af4fc7c8e96 (diff) | |
download | nginx-144778aee6e377c9bcd84368848b2e27871d570f.tar.gz nginx-144778aee6e377c9bcd84368848b2e27871d570f.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 140a29408..fb6fa4737 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1027002 -#define NGINX_VERSION "1.27.2" +#define nginx_version 1027003 +#define NGINX_VERSION "1.27.3" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD |