summaryrefslogtreecommitdiff
path: root/src/core/nginx.h
diff options
context:
space:
mode:
authorNGINX team <nginx@nginx.org>2012-04-23 13:32:31 +0000
committerJon Kolb <jon@b0g.us>2012-04-23 13:32:31 +0000
commitceea69f25b435e4941c1c93f2cde7b8d0dcc31ce (patch)
treed4fddaa364a6ee8b2e78434bb796734ac713e36e /src/core/nginx.h
parented2df87c83d3a68ab2a395d4c2549dbe26e86ab0 (diff)
downloadnginx-ceea69f25b435e4941c1c93f2cde7b8d0dcc31ce.tar.gz
Changes with nginx 1.2.0 23 Apr 2012v1.2.0
*) Bugfix: a segmentation fault might occur in a worker process if the "try_files" directive was used; the bug had appeared in 1.1.19. *) Bugfix: response might be truncated if there were more than IOV_MAX buffers used. *) Bugfix: in the "crop" parameter of the "image_filter" directive. Thanks to Maxim Bublis.
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 3e147dcb7..ca777f6d5 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -9,8 +9,8 @@
#define _NGINX_H_INCLUDED_
-#define nginx_version 1001019
-#define NGINX_VERSION "1.1.19"
+#define nginx_version 1002000
+#define NGINX_VERSION "1.2.0"
#define NGINX_VER "nginx/" NGINX_VERSION
#define NGINX_VAR "NGINX"