summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-01-25 22:19:34 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-01-25 22:19:34 +0000
commit92929b9799c166401398a7ca7af34bd91cb94a61 (patch)
tree1a753d194ce564146e14ced3b7cfe6fe400270e8
parentac43f7b946a59ec1acc0d4b1bc8541acfb41ed53 (diff)
downloadnginx-92929b9799c166401398a7ca7af34bd91cb94a61.tar.gz
nginx-92929b9799c166401398a7ca7af34bd91cb94a61.tar.bz2
bump version
-rw-r--r--src/core/nginx.h2
-rw-r--r--src/http/modules/perl/nginx.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h
index 3386f5879..5d903d23f 100644
--- a/src/core/nginx.h
+++ b/src/core/nginx.h
@@ -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"
diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm
index 4ba6c2a4f..707307da7 100644
--- a/src/http/modules/perl/nginx.pm
+++ b/src/http/modules/perl/nginx.pm
@@ -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);