diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-06-22 09:43:52 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-06-22 09:43:52 +0000 |
| commit | 82bf3348421c84f6f3393b67a637103d33179808 (patch) | |
| tree | 468a04b85651733bef752b26085a896c73b9266b /src/http/modules/perl/nginx.pm | |
| parent | 30556c2d2c45f06e63b550576fb8cd0210fb751c (diff) | |
| download | nginx-82bf3348421c84f6f3393b67a637103d33179808.tar.gz nginx-82bf3348421c84f6f3393b67a637103d33179808.tar.bz2 | |
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 768628be6..95ef2f0dc 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -47,7 +47,7 @@ our @EXPORT = qw( HTTP_INSUFFICIENT_STORAGE ); -our $VERSION = '0.6.37'; +our $VERSION = '0.6.38'; require XSLoader; XSLoader::load('nginx', $VERSION); |
