diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2023-10-27 01:29:28 +0400 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2023-10-27 01:29:28 +0400 |
commit | 1f1bc17ba81eb7eaf0fbadb6bd5fd711f5194d11 (patch) | |
tree | 86b11e4cd02956410d1be78cec727143e84f8f8e /src | |
parent | eb62c7f629a4da2c83b44fd819a6eb45c5658700 (diff) | |
download | nginx-1f1bc17ba81eb7eaf0fbadb6bd5fd711f5194d11.tar.gz nginx-1f1bc17ba81eb7eaf0fbadb6bd5fd711f5194d11.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 088aa1ecd..dc1308fd1 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1025003 -#define NGINX_VERSION "1.25.3" +#define nginx_version 1025004 +#define NGINX_VERSION "1.25.4" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD |