diff options
author | Igor Sysoev <igor@sysoev.ru> | 2011-05-11 09:19:48 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2011-05-11 09:19:48 +0000 |
commit | dc336358ab42703ee61471a9f4db40ebf216111c (patch) | |
tree | e03127cd71a8c843454611e90f098bd88734afa1 /src/http/modules/perl | |
parent | 61197581ac5fa06a9f0f88d4f06bbc871d71bfe2 (diff) | |
download | nginx-dc336358ab42703ee61471a9f4db40ebf216111c.tar.gz nginx-dc336358ab42703ee61471a9f4db40ebf216111c.zip |
bump version
Diffstat (limited to 'src/http/modules/perl')
-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 bc9790193..fa2fed8c6 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -48,7 +48,7 @@ our @EXPORT = qw( HTTP_INSUFFICIENT_STORAGE ); -our $VERSION = '1.0.2'; +our $VERSION = '1.0.3'; require XSLoader; XSLoader::load('nginx', $VERSION); |