summaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2005-08-19 08:54:17 +0000
committerIgor Sysoev <igor@sysoev.ru>2005-08-19 08:54:17 +0000
commit559814049f137c819308937d543a33432e0e2280 (patch)
treeb6169bb826ea100e22152dca9b85567839666037 /src/core
parentf6c7d898a8115a411391a371ef8d70ff528fbdcc (diff)
downloadnginx-release-0.1.41.tar.gz
nginx-release-0.1.41.tar.bz2
nginx-0.1.41-RELEASE importrelease-0.1.41
*) Bugfix: if the variable was used in the configuration file, then it can not be used in SSI.
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 6f14bdf53..281036f33 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.40"
+#define NGINX_VER "nginx/0.1.41"
#define NGINX_VAR "NGINX"
#define NGX_NEWPID_EXT ".newbin"