]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Tue, 2 Aug 2011 12:39:38 +0000 (12:39 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Tue, 2 Aug 2011 12:39:38 +0000 (12:39 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index cca3b694c518a929f5f21c31a550766238eadd1b..32b4a88cb5f9f8344ee28f1d4b34a6ebdf63d64b 100644 (file)
@@ -8,8 +8,8 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define nginx_version      1001000
-#define NGINX_VERSION      "1.1.0"
+#define nginx_version      1001001
+#define NGINX_VERSION      "1.1.1"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index a86f004c0f316c4d0afd458fff8046b8fb4565ae..99c1d04c6d5075f0dac66be2a2d5e97bf502cd3c 100644 (file)
@@ -48,7 +48,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '1.1.0';
+our $VERSION = '1.1.1';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);