diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2012-11-29 23:13:18 +0000 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-11-29 23:13:18 +0000 |
commit | ea1ff4199de7c7f697cac8c9072b4d65650b0b7b (patch) | |
tree | 86bc764151d84b637c485cf06609c62f8791c4d3 /src/http/modules/perl | |
parent | 3e17e12ba57a1a68dfeb3445319ece1b6661d50b (diff) | |
download | nginx-ea1ff4199de7c7f697cac8c9072b4d65650b0b7b.tar.gz nginx-ea1ff4199de7c7f697cac8c9072b4d65650b0b7b.zip |
Version bump.
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 73989c8c3..eb5152f15 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.9'; +our $VERSION = '1.3.10'; require XSLoader; XSLoader::load('nginx', $VERSION); |