diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-12-09 11:13:12 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-12-09 11:13:12 +0000 |
| commit | d30d8a3931cb7edec33da5a049ae25197c3f6e1c (patch) | |
| tree | 62e58d31478b8a3861026b8375f4d83bebb9374c /src/http/modules/perl/nginx.pm | |
| parent | bfb0bf99bb74aa625f50cd00addca7c07a9c6985 (diff) | |
| download | nginx-d30d8a3931cb7edec33da5a049ae25197c3f6e1c.tar.gz nginx-d30d8a3931cb7edec33da5a049ae25197c3f6e1c.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 d1c895b2b..283b2b3b3 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.26'; +our $VERSION = '0.7.27'; require XSLoader; XSLoader::load('nginx', $VERSION); |
