diff options
| author | 2011-10-03 17:38:55 +0000 | |
|---|---|---|
| committer | 2011-10-03 17:38:55 +0000 | |
| commit | 8b413955cdde85d1ba40a94ad03676cb45c42249 (patch) | |
| tree | df549078432b234c875e28dfb347dfb284645777 /usr.sbin/nginx/src/core/nginx.h | |
| parent | sync after mono module change (diff) | |
| download | wireguard-openbsd-8b413955cdde85d1ba40a94ad03676cb45c42249.tar.xz wireguard-openbsd-8b413955cdde85d1ba40a94ad03676cb45c42249.zip | |
update to nginx-1.0.8 which includes many bugfixes
for a complete list please check the CHANGES file
Diffstat (limited to 'usr.sbin/nginx/src/core/nginx.h')
| -rw-r--r-- | usr.sbin/nginx/src/core/nginx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/nginx/src/core/nginx.h b/usr.sbin/nginx/src/core/nginx.h index 89cd6843098..713daae02c2 100644 --- a/usr.sbin/nginx/src/core/nginx.h +++ b/usr.sbin/nginx/src/core/nginx.h @@ -8,8 +8,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1000006 -#define NGINX_VERSION "1.0.6" +#define nginx_version 1000008 +#define NGINX_VERSION "1.0.8" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" |
