diff options
author | Roman Arutyunyan <arut@nginx.com> | 2023-05-29 15:03:31 +0400 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2023-05-29 15:03:31 +0400 |
commit | fddcc30e999e56a9838a5ed818469afcd244f395 (patch) | |
tree | 39d2ae1e8d5da2617ebea8117df58ff9a7e70049 /src | |
parent | 27af6dcb48d8e7ba5c07eba8f0157262222bcf18 (diff) | |
download | nginx-fddcc30e999e56a9838a5ed818469afcd244f395.tar.gz nginx-fddcc30e999e56a9838a5ed818469afcd244f395.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 5bcca59f6..7a32ef191 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1025000 -#define NGINX_VERSION "1.25.0" +#define nginx_version 1025001 +#define NGINX_VERSION "1.25.1" #define NGINX_VER "nginx/" NGINX_VERSION #ifdef NGX_BUILD |