From e513a89220d71dc5dcf0ce506722d8247cb6c4d5 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 30 Jul 2008 13:38:49 +0000 Subject: bump version --- src/http/modules/perl/nginx.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/modules/perl/nginx.pm') diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm index 58fc8a559..f82a32810 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.7'; +our $VERSION = '0.7.8'; require XSLoader; XSLoader::load('nginx', $VERSION); -- cgit