diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2012-10-03 15:22:18 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-10-03 15:22:18 +0000 |
| commit | f8cc8969d52211530c0eba3d28e0cb03d4f958b3 (patch) | |
| tree | d07de33b3e53d218c2457aa2225dba9b2259aa68 /src/http/modules/perl/nginx.pm | |
| parent | fedc43df15f0b0400cf025cc90adb83337f1076b (diff) | |
| download | nginx-f8cc8969d52211530c0eba3d28e0cb03d4f958b3.tar.gz nginx-f8cc8969d52211530c0eba3d28e0cb03d4f958b3.tar.bz2 | |
Version bump.
Diffstat (limited to '')
| -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 5f5585a3e..75f00d531 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -50,7 +50,7 @@ our @EXPORT = qw( HTTP_INSUFFICIENT_STORAGE ); -our $VERSION = '1.3.7'; +our $VERSION = '1.3.8'; require XSLoader; XSLoader::load('nginx', $VERSION); |
