comparison src/http/modules/perl/nginx.pm @ 3622:73e23d7cb3c0

bump version
author Igor Sysoev <igor@sysoev.ru>
date Tue, 15 Jun 2010 12:41:13 +0000
parents 3a64bdacf1e4
children 6a767188e365
comparison
equal deleted inserted replaced
3617:7ac7c27eaa6b 3622:73e23d7cb3c0
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 = '0.8.41'; 51 our $VERSION = '0.8.42';
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.