]> git.kaiwu.me - nginx.git/commitdiff
bump version
authorIgor Sysoev <igor@sysoev.ru>
Thu, 25 Jan 2007 22:19:34 +0000 (22:19 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 25 Jan 2007 22:19:34 +0000 (22:19 +0000)
src/core/nginx.h
src/http/modules/perl/nginx.pm

index 3386f5879100eeac0ff5db32c7718e724dc4418b..5d903d23ffafcf8e1828b17c40fd070c9f94d8d6 100644 (file)
@@ -8,7 +8,7 @@
 #define _NGINX_H_INCLUDED_
 
 
-#define NGINX_VERSION      "0.5.10"
+#define NGINX_VERSION      "0.5.11"
 #define NGINX_VER          "nginx/" NGINX_VERSION
 
 #define NGINX_VAR          "NGINX"
index 4ba6c2a4fcf4806f929a2eda555af534dd7d4149..707307da701d2c3f7be425fbd5d9abc15d10ed47 100644 (file)
@@ -47,7 +47,7 @@ our @EXPORT = qw(
     HTTP_INSUFFICIENT_STORAGE
 );
 
-our $VERSION = '0.5.10';
+our $VERSION = '0.5.11';
 
 require XSLoader;
 XSLoader::load('nginx', $VERSION);