diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-03-16 11:07:29 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-03-16 11:07:29 +0000 |
| commit | 8f13bccab4774bb6a70e3a577d1e4a34e94ae197 (patch) | |
| tree | 4119fd7460c12b3da43e06811248991c223fb75c /src/http/modules/perl/nginx.pm | |
| parent | f455d624f64e2b48d5bf9236584ee13fbb96ae23 (diff) | |
| download | nginx-8f13bccab4774bb6a70e3a577d1e4a34e94ae197.tar.gz nginx-8f13bccab4774bb6a70e3a577d1e4a34e94ae197.tar.bz2 | |
bump version
Diffstat (limited to '')
| -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 9979a727a..a07a842d3 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.42'; +our $VERSION = '0.7.43'; require XSLoader; XSLoader::load('nginx', $VERSION); |
