summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2016-10-18 17:19:51 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2016-10-18 17:19:51 +0300
commit955f741af0d77f4fc51a312913f81a15af240d26 (patch)
tree89c603af3c00d89e996a19d09c294a3f0452684d
parent8d0b75f716f3ef2c33d277f70f45fbc1e0ca31fe (diff)
downloadnginx-955f741af0d77f4fc51a312913f81a15af240d26.tar.gz
nginx-955f741af0d77f4fc51a312913f81a15af240d26.tar.bz2
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 e2b8005d4..95123f1f1 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -9,8 +9,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 1010001
-#define NGINX_VERSION "1.10.1"
+#define nginx_version 1010002
+#define NGINX_VERSION "1.10.2"
#define NGINX_VER "nginx/" NGINX_VERSION
#ifdef NGX_BUILD