diff src/core/nginx.h @ 636:41147ba87bd9 NGINX_1_0_8

nginx 1.0.8 *) Bugfix: nginx could not be built --with-http_mp4_module and without --with-debug option.
author Igor Sysoev <http://sysoev.ru>
date Sat, 01 Oct 2011 00:00:00 +0400
parents 0d6525917227
children 692f4d4d7f10
line wrap: on
line diff
--- 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"