]> git.kaiwu.me - nginx.git/commitdiff
Version bump.
authorIgor Sysoev <igor@sysoev.ru>
Fri, 7 Oct 2011 10:41:13 +0000 (10:41 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 7 Oct 2011 10:41:13 +0000 (10:41 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index a5d945d498ae6dd551ec67ba1a3b0cf4643be958..4ce316b5da2c241d6640924b7b54a2ca03b16505 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1001005
-#define NGINX_VERSION      "1.1.5"
+#define nginx_version      1001006
+#define NGINX_VERSION      "1.1.6"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 126d29c9349fa56945f918f5b636dfa7000fd222..07ad21473d3d10b525a07f067ce5919e150553a7 100644 (file)
@@ -48,7 +48,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.1.5';
+our $VERSION = '1.1.6';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);