diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2010-06-04 17:38:59 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2010-06-04 17:38:59 +0000 |
| commit | 0a3498289db56ee688434c0d5ade4483521e6f62 (patch) | |
| tree | 28a94cd6e2f3a3d52919d9c552f495decb12b6fd /src/http/modules/perl/nginx.pm | |
| parent | f7bbdd4c1a53dfc70c78e9ed5f88e08b0a8d38d0 (diff) | |
| download | nginx-0a3498289db56ee688434c0d5ade4483521e6f62.tar.gz nginx-0a3498289db56ee688434c0d5ade4483521e6f62.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 8108a0fd4..91eeadde1 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.7.65'; +our $VERSION = '0.7.66'; require XSLoader; XSLoader::load('nginx', $VERSION); |
