diff options
| author | Maxim Dounin <mdounin@mdounin.ru> | 2012-04-12 12:47:36 +0000 |
|---|---|---|
| committer | Maxim Dounin <mdounin@mdounin.ru> | 2012-04-12 12:47:36 +0000 |
| commit | faf6380c3c66a3f75d50071ee668fc151ef77a9d (patch) | |
| tree | fb933b7476204d655e368765354a7ca20c3b67fe /src/http/modules/perl | |
| parent | 873cb739a7fedbd110313e46acd8410bcee809a4 (diff) | |
| download | nginx-faf6380c3c66a3f75d50071ee668fc151ef77a9d.tar.gz nginx-faf6380c3c66a3f75d50071ee668fc151ef77a9d.tar.bz2 | |
Version bump.
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 056a62b22..76ec1d391 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.0.14'; +our $VERSION = '1.0.15'; require XSLoader; XSLoader::load('nginx', $VERSION); |
