summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authornginx <nginx@nginx.org>2014-04-24 13:03:13 +0000
committerJon Kolb <kolbyjack@gmail.com>2014-04-24 13:03:13 +0000
commit7a8cd938c2c573a382568055e17e2a397c508b68 (patch)
treed26cca53bf29bcc393ce0d615ee3458ea62b0db6 /src/core
parentea2dabd84d0a2d0153071484195ecd683b87e9ef (diff)
downloadnginx-7a8cd938c2c573a382568055e17e2a397c508b68.tar.gz
Changes with nginx 1.7.0 24 Apr 2014v1.7.0
Diffstat (limited to 'src/core')
-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 0ef0f2e11..bd375c3cd 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -9,8 +9,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 1006000
-#define NGINX_VERSION "1.6.0"
+#define nginx_version 1007000
+#define NGINX_VERSION "1.7.0"
#define NGINX_VER "nginx/" NGINX_VERSION
#define NGINX_VAR "NGINX"