]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Mon, 3 Sep 2007 10:35:02 +0000 (10:35 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 3 Sep 2007 10:35:02 +0000 (10:35 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 97c8dfb93a64f7c738e39693eb8adefcb8e6f099..f82c861371efa01ec9e00bc5dcbac6fba15da9b0 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.6.10"
+#define NGINX_VERSION      "0.6.11"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index c18ac2ef503faf94dd6f87c99372e15367cdb137..26bdc17e79c30d2b2a991df17c9a76520749a9eb 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.6.10';
+our $VERSION = '0.6.11';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);