diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-01-26 15:06:20 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-01-26 15:06:20 +0000 |
| commit | afbff43edc7ab5276265f320188378108394c9ca (patch) | |
| tree | f83520f082d27b487a812d924e941b0b93d5054f /src/http/modules/perl/nginx.pm | |
| parent | 8cbf2c4da29209600da89890756ba2c3bb64c35f (diff) | |
| download | nginx-afbff43edc7ab5276265f320188378108394c9ca.tar.gz nginx-afbff43edc7ab5276265f320188378108394c9ca.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 d82b07bfb..e3b03c939 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.34'; +our $VERSION = '0.6.35'; require XSLoader; XSLoader::load('nginx', $VERSION); |
