Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2022-05-30 02:37:59 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2022-05-30 02:37:59 +0300
commit0c1d3268a6e4f138d2ebf1f859a4a9b1f2777513 (patch)
tree829c811da09eab0f846062d55a8a3d1789947144 /src
parentf7e68dba8ca579a3a2357840e827fd598f165ec3 (diff)
Version bump.
Diffstat (limited to 'src')
-rw-r--r--src/core/nginx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h
index 43e658259..57e7b2023 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -9,8 +9,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 1021007
-#define NGINX_VERSION "1.21.7"
+#define nginx_version 1023000
+#define NGINX_VERSION "1.23.0"
#define NGINX_VER "nginx/" NGINX_VERSION
#ifdef NGX_BUILD