diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-06-23 10:50:18 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-06-23 10:50:18 +0000 |
commit | 96a1ea9d227b730c80658dd2a5866d990958583d (patch) | |
tree | 674fb9ef8c6627af4ee9c5ab54ce97e7c4ce319e /src/http/modules/perl/nginx.pm | |
parent | a6ca25a1872e631d8733cf2756d9a91a11391f4b (diff) | |
download | nginx-96a1ea9d227b730c80658dd2a5866d990958583d.tar.gz nginx-96a1ea9d227b730c80658dd2a5866d990958583d.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 62084b488..c23e89d28 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.3'; +our $VERSION = '0.7.4'; require XSLoader; XSLoader::load('nginx', $VERSION); |