diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2012-11-16 07:49:41 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2012-11-16 07:49:41 +0000 |
| commit | 5a1d76c9f25828f871904522dd7ab140496aac97 (patch) | |
| tree | 46b14e306860eeee3af4283106c7b5055db44678 /src/http/modules/perl/nginx.pm | |
| parent | b472997ddae43a6a879a8df20e2233fe124fa4be (diff) | |
| download | nginx-5a1d76c9f25828f871904522dd7ab140496aac97.tar.gz nginx-5a1d76c9f25828f871904522dd7ab140496aac97.tar.bz2 | |
Version bump.
Diffstat (limited to '')
| -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 75f00d531..73989c8c3 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.8'; +our $VERSION = '1.3.9'; require XSLoader; XSLoader::load('nginx', $VERSION); |
