comparison src/http/modules/perl/nginx.pm @ 4391:b1f9916c7c4e

Version bump.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 27 Dec 2011 11:56:48 +0000
parents 88aa90a198dd
children e7a7e1a1f695
comparison
equal deleted inserted replaced
4390:126143ee7a67 4391:b1f9916c7c4e
46 HTTP_SERVICE_UNAVAILABLE 46 HTTP_SERVICE_UNAVAILABLE
47 HTTP_GATEWAY_TIME_OUT 47 HTTP_GATEWAY_TIME_OUT
48 HTTP_INSUFFICIENT_STORAGE 48 HTTP_INSUFFICIENT_STORAGE
49 ); 49 );
50 50
51 our $VERSION = '1.1.12'; 51 our $VERSION = '1.1.13';
52 52
53 require XSLoader; 53 require XSLoader;
54 XSLoader::load('nginx', $VERSION); 54 XSLoader::load('nginx', $VERSION);
55 55
56 # Preloaded methods go here. 56 # Preloaded methods go here.