]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Wed, 13 Aug 2008 16:59:16 +0000 (16:59 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 13 Aug 2008 16:59:16 +0000 (16:59 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 6502b3b8ee98c9d7af1c76b1e70ac037dae67a1c..9b30caa0b7633b3fed5fc3e87f0dfed87d5cdaf3 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.7.10"
+#define NGINX_VERSION      "0.7.11"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 96507c1cfa9685f7fea4ecb3de986f73002cfd05..911e574dcc0c09722f52ae0798f814aca2453c45 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.7.10';
+our $VERSION = '0.7.11';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);