diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-12-04 17:05:07 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-12-04 17:05:07 +0000 |
commit | 67effaff99d59f43db2685609629b0dd86c59744 (patch) | |
tree | e75081bcb7e80d92ff7f5d530ef63e899096ccef /src/http/modules/perl/nginx.pm | |
parent | 62ee0c4ff5a0c58254f8a82b39bf914b02460d3e (diff) | |
download | nginx-67effaff99d59f43db2685609629b0dd86c59744.tar.gz nginx-67effaff99d59f43db2685609629b0dd86c59744.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 867a4474b..c74ffd7bd 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.0'; +our $VERSION = '0.5.1'; require XSLoader; XSLoader::load('nginx', $VERSION); |