diff options
author | Ruslan Ermilov <ru@nginx.com> | 2012-05-16 13:09:39 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2012-05-16 13:09:39 +0000 |
commit | 6888516b2bb4f9cce73184744a2ac5b44ce6752a (patch) | |
tree | 8e8ca64b3a0bf7ea6a07c02602ce30e432a46006 /src/http/modules/perl/nginx.pm | |
parent | d7b40926d13659ec57b9a18a68be333fd801f87f (diff) | |
download | nginx-6888516b2bb4f9cce73184744a2ac5b44ce6752a.tar.gz nginx-6888516b2bb4f9cce73184744a2ac5b44ce6752a.zip |
Version bump.
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 2d03a82fd..b3f86a809 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -50,7 +50,7 @@ our @EXPORT = qw( HTTP_INSUFFICIENT_STORAGE ); -our $VERSION = '1.3.0'; +our $VERSION = '1.3.1'; require XSLoader; XSLoader::load('nginx', $VERSION); |