diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-11-23 13:09:33 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-11-23 13:09:33 +0000 |
commit | 0bd426def165c7200012a20439abc6abc8bffaa3 (patch) | |
tree | dc86fe8eed99a71a8e50503c5fa3a9ae46580c69 /src/http/modules/perl/nginx.pm | |
parent | 6b4d3a32f58030d613f4f4d93882eaa85abbd431 (diff) | |
download | nginx-0bd426def165c7200012a20439abc6abc8bffaa3.tar.gz nginx-0bd426def165c7200012a20439abc6abc8bffaa3.zip |
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 cc20800e3..86ede41b6 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.8.27'; +our $VERSION = '0.8.28'; require XSLoader; XSLoader::load('nginx', $VERSION); |