diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2024-05-28 17:14:08 +0400 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2024-05-28 17:14:08 +0400 |
| commit | ee561abfdfebc6de622cf540a49237c745a2e209 (patch) | |
| tree | 24061b05b8bf4d10d136990af694631213e38299 | |
| parent | ea3f44e0129da6939e1c4802fd7ece530f894eb4 (diff) | |
| download | nginx-ee561abfdfebc6de622cf540a49237c745a2e209.tar.gz nginx-ee561abfdfebc6de622cf540a49237c745a2e209.tar.bz2 | |
Version bump.
| -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 7ef5cfb13..cc26a3a18 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1026000 -#define NGINX_VERSION "1.26.0" +#define nginx_version 1026001 +#define NGINX_VERSION "1.26.1" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD |
