diff options
author | Igor Sysoev <igor@sysoev.ru> | 2011-04-07 09:08:52 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2011-04-07 09:08:52 +0000 |
commit | f352259dd64ead84773e89da4258a768c00bf57e (patch) | |
tree | 34aaa52ed5f97798e05ffdc28635a693b6e7607d /src/http/modules/perl | |
parent | 54241ea9f7c6bddcd2d5b56b6703b2cb83e939be (diff) | |
download | nginx-f352259dd64ead84773e89da4258a768c00bf57e.tar.gz nginx-f352259dd64ead84773e89da4258a768c00bf57e.zip |
bump version
Diffstat (limited to 'src/http/modules/perl')
-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 5e57fc746..4b79ce8f6 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -48,7 +48,7 @@ our @EXPORT = qw( HTTP_INSUFFICIENT_STORAGE ); -our $VERSION = '0.9.7'; +our $VERSION = '1.0.0'; require XSLoader; XSLoader::load('nginx', $VERSION); |