diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-06-23 14:49:57 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-06-23 14:49:57 +0000 |
commit | 2c72df5ed491f7e915724dcb80d59d44d1e431f3 (patch) | |
tree | 4f7a3a8e459487fe4f2adb3b4250cec34d072edf /src/http/modules/perl/nginx.pm | |
parent | 81944c70db7b0ec262d407038d3803076374d683 (diff) | |
download | nginx-2c72df5ed491f7e915724dcb80d59d44d1e431f3.tar.gz nginx-2c72df5ed491f7e915724dcb80d59d44d1e431f3.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 0d2e349b6..500840249 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 = '0.8.42'; +our $VERSION = '0.8.43'; require XSLoader; XSLoader::load('nginx', $VERSION); |