diff options
author | Igor Sysoev <igor@sysoev.ru> | 2011-10-01 06:06:17 +0000 |
---|---|---|
committer | Jonathan Kolb <jon@b0g.us> | 2011-10-01 06:06:17 +0000 |
commit | e644e370794b350f4d05ae0058dd035253aa5e51 (patch) | |
tree | b47f198e0c9dd53cbdfc9cc5f4b3f34630930e7a /src/core/nginx.h | |
parent | ceabf6221ad8c935df53476e397b4a00475fabe1 (diff) | |
download | nginx-1.0.8.tar.gz |
Changes with nginx 1.0.8 01 Oct 2011v1.0.8
*) Bugfix: nginx could not be built --with-http_mp4_module and without
--with-debug option.
Diffstat (limited to 'src/core/nginx.h')
-rw-r--r-- | src/core/nginx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h index 684aa5ad9..713daae02 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,8 +8,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1000007 -#define NGINX_VERSION "1.0.7" +#define nginx_version 1000008 +#define NGINX_VERSION "1.0.8" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" |