diff options
author | Roman Arutyunyan <arut@nginx.com> | 2024-04-23 17:31:41 +0400 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2024-04-23 17:31:41 +0400 |
commit | ee19cf9800a08228e335c6775f3fea2c8a6b00e0 (patch) | |
tree | c576fa12a72c1ada6c0f305a5aff3c51ccec06e1 | |
parent | d8a849ae3c99ee5ca82c9a06074761e937dac6d6 (diff) | |
download | nginx-ee19cf9800a08228e335c6775f3fea2c8a6b00e0.tar.gz nginx-ee19cf9800a08228e335c6775f3fea2c8a6b00e0.zip |
Stable branch.
-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 f18c3930f..7ef5cfb13 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1025005 -#define NGINX_VERSION "1.25.5" +#define nginx_version 1026000 +#define NGINX_VERSION "1.26.0" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD |