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-11 23:58:09 +0300
committerIgor Sysoev <igor@sysoev.ru>2004-11-11 23:58:09 +0300
commit2a3f4908056a2cf19eab57cd00c0537fa7622482 (patch)
tree0c597749798af8ebeed5a2bc7c93976025662590 /src/core
parent656f663caa03b0318a0d46ff9f312422826c04f2 (diff)
nginx-0.1.6-RELEASE importrelease-0.1.6
*) Bugfix: some location directive combinations with the regular expressions caused the wrong configuration choose.
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 2be26e06b..a8c5ca1ba 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.5"
+#define NGINX_VER "nginx/0.1.6"
#define NGINX_VAR "NGINX"
#define NGX_NEWPID_EXT ".newbin"