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
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2014-12-24 18:53:38 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2014-12-24 18:53:38 +0300
commitfe4b25c731118a87051afe5530b8637c667c363a (patch)
tree385f80004d4fa0d98b4da49c359b0d220474e1c2
parentefa5e372b74ec2b08386300a5000a7adc7e8c5ed (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 4c4b8e404..93dc82d64 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -9,8 +9,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 1007009
-#define NGINX_VERSION "1.7.9"
+#define nginx_version 1007010
+#define NGINX_VERSION "1.7.10"
#define NGINX_VER "nginx/" NGINX_VERSION
#ifdef NGX_BUILD