changeset 9117:6c75d2484267

Version bump.
author Roman Arutyunyan <arut@nginx.com>
date Mon, 29 May 2023 15:03:31 +0400
parents 8eae1b4f1c55
children b4a57278bf24
files src/core/nginx.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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