comparison src/http/modules/perl/nginx.pm @ 2116:46b6afd789b0

bump version
author Igor Sysoev <igor@sysoev.ru>
date Mon, 07 Jul 2008 12:19:57 +0000
parents 5baf7e5b2d6e
children 6a0eb17fa027
comparison
equal deleted inserted replaced
2089:765c2ce58066 2116:46b6afd789b0
45 HTTP_SERVICE_UNAVAILABLE 45 HTTP_SERVICE_UNAVAILABLE
46 HTTP_GATEWAY_TIME_OUT 46 HTTP_GATEWAY_TIME_OUT
47 HTTP_INSUFFICIENT_STORAGE 47 HTTP_INSUFFICIENT_STORAGE
48 ); 48 );
49 49
50 our $VERSION = '0.7.6'; 50 our $VERSION = '0.7.7';
51 51
52 require XSLoader; 52 require XSLoader;
53 XSLoader::load('nginx', $VERSION); 53 XSLoader::load('nginx', $VERSION);
54 54
55 # Preloaded methods go here. 55 # Preloaded methods go here.