diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-02-11 10:23:06 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-02-11 10:23:06 +0000 |
| commit | 540ce1957f6dbd80ba426c35747c1b06c228c3a6 (patch) | |
| tree | 1c631cc467f751f715d2e07e474b949dce8f3729 /src/http/modules/perl/nginx.pm | |
| parent | cfac4f4f7cbd481c403b0d566e6420a33bf76492 (diff) | |
| download | nginx-540ce1957f6dbd80ba426c35747c1b06c228c3a6.tar.gz nginx-540ce1957f6dbd80ba426c35747c1b06c228c3a6.tar.bz2 | |
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 d5156af06..90989da54 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.7.34'; +our $VERSION = '0.7.35'; require XSLoader; XSLoader::load('nginx', $VERSION); |
