diff options
| author | 2012-07-07 16:01:48 +0000 | |
|---|---|---|
| committer | 2012-07-07 16:01:48 +0000 | |
| commit | 804b71a0609acb5f92f9dcddca7d9200130484d9 (patch) | |
| tree | f00c8fb2d42c998ec27b6b9b0c899f878c118d15 /usr.sbin/nginx/src/core/nginx.h | |
| parent | add /var/www/cache for nginx to store some data (diff) | |
| download | wireguard-openbsd-804b71a0609acb5f92f9dcddca7d9200130484d9.tar.xz wireguard-openbsd-804b71a0609acb5f92f9dcddca7d9200130484d9.zip | |
update to 1.2.2 and start using /var/www/cache instead of /var/www/tmp
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 df7ab91e6e1..8d626b52a29 100644 --- a/usr.sbin/nginx/src/core/nginx.h +++ b/usr.sbin/nginx/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1002001 -#define NGINX_VERSION "1.2.1" +#define nginx_version 1002002 +#define NGINX_VERSION "1.2.2" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" |
