From 1405efbe2f15d04f5b970f48c5f670bb061a730c Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 26 Oct 2004 06:27:24 +0000 Subject: nginx-0.1.4-RELEASE import *) Bugfix: in the ngx_http_autoindex_module. --- src/core/nginx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/nginx.h b/src/core/nginx.h index 04282efa4..0d42998f4 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.3" +#define NGINX_VER "nginx/0.1.4" #define NGINX_VAR "NGINX" #define NGX_NEWPID_EXT ".newbin" -- cgit