]> git.kaiwu.me - nginx.git/commitdiff
Version bump.
authorIgor Sysoev <igor@sysoev.ru>
Tue, 1 Nov 2011 15:10:46 +0000 (15:10 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 1 Nov 2011 15:10:46 +0000 (15:10 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 631b83f76b129e1860d8d85adb668db000ef01fe..4b8badc02ef7813a291b6cc92252842a41ff8a8c 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1001007
-#define NGINX_VERSION      "1.1.7"
+#define nginx_version      1001008
+#define NGINX_VERSION      "1.1.8"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 530818c15a7d1fdb5c8624f090f5c4efb9361a1d..8a77ac60113c8b54272df390cdd763355b25af30 100644 (file)
@@ -48,7 +48,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.1.7';
+our $VERSION = '1.1.8';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);