diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-12-22 15:40:12 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-12-22 15:40:12 +0000 |
| commit | 2a7ce7b878ae9ef4ba617314d2fc349da1ec475d (patch) | |
| tree | 981d1cc14abea792a29d613836b8ebcc44a53e51 /src/http/modules/perl/nginx.pm | |
| parent | f595a5d01cbaf3b8888dc61b2f091999544270c3 (diff) | |
| download | nginx-2a7ce7b878ae9ef4ba617314d2fc349da1ec475d.tar.gz nginx-2a7ce7b878ae9ef4ba617314d2fc349da1ec475d.tar.bz2 | |
bump version
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 8c3b2f0d7..668a472f6 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.28'; +our $VERSION = '0.7.29'; require XSLoader; XSLoader::load('nginx', $VERSION); |
