diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2012-03-15 16:53:32 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2012-03-15 16:53:32 +0000 |
commit | 8c2c66ef1254809927c0271da4a7759ebfc9d07b (patch) | |
tree | f81ebb2aa8ecfc6dbef75ea438320e74bb568bd8 /usr.sbin | |
parent | 5f4fa96860c09be109d0c65626d90cfefbe8cb66 (diff) |
stupid cvs (dir has 'core' in the name...)
Diffstat (limited to 'usr.sbin')
-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 fb67d43cb53..dce94adfc18 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 1000013 -#define NGINX_VERSION "1.0.13" +#define nginx_version 1000014 +#define NGINX_VERSION "1.0.14" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" |