summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2016-05-31 02:21:38 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2016-05-31 02:21:38 +0300
commit450c3ae887c1e35954720404c888bcb68da0a2d4 (patch)
treeabfca41cfd515450dfa4b274d6ae92d2a1216ad3
parentc63049a3697c569b2d6d0fce71e46c0a86fd16c7 (diff)
Version bump.
-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 fe78745e4..e2b8005d4 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -9,8 +9,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 1010000
-#define NGINX_VERSION "1.10.0"
+#define nginx_version 1010001
+#define NGINX_VERSION "1.10.1"
#define NGINX_VER "nginx/" NGINX_VERSION
#ifdef NGX_BUILD