diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2006-12-11 11:05:54 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2006-12-11 11:05:54 +0000 |
| commit | b8989b9694b4ef7305a60abf795b4a88c6016c1d (patch) | |
| tree | 9808b683ebe6a5a8e824b5ff8a941ce06dd88c1c /src/http/modules/perl/nginx.pm | |
| parent | a66455be4b8eeb70ec4fb42da44d00e8a3921c6a (diff) | |
| download | nginx-b8989b9694b4ef7305a60abf795b4a88c6016c1d.tar.gz nginx-b8989b9694b4ef7305a60abf795b4a88c6016c1d.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 c74ffd7bd..9a3868c87 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -17,7 +17,7 @@ our @EXPORT = qw( HTTP_SERVER_ERROR ); -our $VERSION = '0.5.1'; +our $VERSION = '0.5.2'; require XSLoader; XSLoader::load('nginx', $VERSION); |
