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
path: root/src/core
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-11-12 17:35:09 +0300
committerIgor Sysoev <igor@sysoev.ru>2004-11-12 17:35:09 +0300
commit7e932d6a50efe3e750cc87f0729cad6ab75aad9f (patch)
tree655010209821a877a3ab589e366f2dbf161f45f6 /src/core
parent474f1eefb6c45f66de15918510adf3638aca36cc (diff)
nginx-0.1.7-RELEASE importrelease-0.1.7
*) Bugfix: on FreeBSD the segmentation fault may occur if the size of the transferred file was changed; the bug had appeared in 0.1.5.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/nginx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h
index a8c5ca1ba..529c43da5 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -8,7 +8,7 @@
#define _NGINX_H_INCLUDED_
-#define NGINX_VER "nginx/0.1.6"
+#define NGINX_VER "nginx/0.1.7"
#define NGINX_VAR "NGINX"
#define NGX_NEWPID_EXT ".newbin"