diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-02-16 14:55:10 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-02-16 14:55:10 +0000 |
commit | 643607bb13fbeb6f2dc179b1a9e218a2762d0118 (patch) | |
tree | 7192a3eef2612eb9c44722ac93b7950239e682e1 /src/http/modules/perl/nginx.pm | |
parent | ae97dace80bd73111645bed730dd832261c2eef1 (diff) | |
download | nginx-643607bb13fbeb6f2dc179b1a9e218a2762d0118.tar.gz nginx-643607bb13fbeb6f2dc179b1a9e218a2762d0118.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 90989da54..d33310e27 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.35'; +our $VERSION = '0.7.36'; require XSLoader; XSLoader::load('nginx', $VERSION); |