diff src/core/nginx.h @ 134:1898c6d03d90 NGINX_0_3_14

nginx 0.3.14 *) Bugfix: in the 304 response the body was transferred; bug appeared in 0.3.13.
author Igor Sysoev <http://sysoev.ru>
date Mon, 05 Dec 2005 00:00:00 +0300
parents 91372f004adf
children 3656228c0b56
line wrap: on
line diff
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VER          "nginx/0.3.13"
+#define NGINX_VER          "nginx/0.3.14"
 
 #define NGINX_VAR          "NGINX"
 #define NGX_OLDPID_EXT     ".oldbin"