diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-12-27 18:47:33 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-12-27 18:47:33 +0000 |
commit | ce5d6e3237bf57f8773c00178e166c8e7cfe986c (patch) | |
tree | 0681909574df3d950a8efc353d31dba077aff7ad /src/http/modules | |
parent | 5bc176a196515e02a7adb19d729cd1e6dee02828 (diff) | |
download | nginx-ce5d6e3237bf57f8773c00178e166c8e7cfe986c.tar.gz nginx-ce5d6e3237bf57f8773c00178e166c8e7cfe986c.zip |
bump version
Diffstat (limited to 'src/http/modules')
-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 55d716dfe..aec158b04 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.6.24'; +our $VERSION = '0.6.25'; require XSLoader; XSLoader::load('nginx', $VERSION); |