summaryrefslogtreecommitdiff
path: root/src/core/nginx.h
diff options
context:
space:
mode:
authornginx <nginx@nginx.org>2013-05-07 11:28:58 +0000
committerJon Kolb <jon@b0g.us>2013-05-07 11:28:58 +0000
commit6a8e32347b151ac766bf8c33d6df770e0040e602 (patch)
treecd8efcf0780d384335f12311da2fd65f333c8a77 /src/core/nginx.h
parent740eba7e73bf85fd7e93e2d908f64f649d1819ab (diff)
downloadnginx-6a8e32347b151ac766bf8c33d6df770e0040e602.tar.gz
Changes with nginx 1.5.0 07 May 2013v1.5.0
*) Security: a stack-based buffer overflow might occur in a worker process while handling a specially crafted request, potentially resulting in arbitrary code execution (CVE-2013-2028); the bug had appeared in 1.3.9. Thanks to Greg MacManus, iSIGHT Partners Labs.
Diffstat (limited to 'src/core/nginx.h')
-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 fec8b6680..be20460eb 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -9,8 +9,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 1004000
-#define NGINX_VERSION "1.4.0"
+#define nginx_version 1005000
+#define NGINX_VERSION "1.5.0"
#define NGINX_VER "nginx/" NGINX_VERSION
#define NGINX_VAR "NGINX"