diff options
author | Igor Sysoev <igor@sysoev.ru> | 2011-01-27 12:43:11 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2011-01-27 12:43:11 +0000 |
commit | ab54e21633e81094f2e3a43043e82b3eb5fb3934 (patch) | |
tree | aab782a938653e267b6d2d798e8628942829b3ef /src/http/modules/perl/nginx.pm | |
parent | c92b9023be9d3a0657d6e406c8a3022f769881b9 (diff) | |
download | nginx-ab54e21633e81094f2e3a43043e82b3eb5fb3934.tar.gz nginx-ab54e21633e81094f2e3a43043e82b3eb5fb3934.zip |
bump version
Diffstat (limited to 'src/http/modules/perl/nginx.pm')
-rw-r--r-- | src/http/modules/perl/nginx.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm index 422ae658f..7d0bff569 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -48,7 +48,7 @@ our @EXPORT = qw( HTTP_INSUFFICIENT_STORAGE ); -our $VERSION = '0.9.4'; +our $VERSION = '0.9.5'; require XSLoader; XSLoader::load('nginx', $VERSION); |