comparison src/http/modules/perl/nginx.pm @ 3423:e6f6d048374e stable-0.7

bump version
author Igor Sysoev <igor@sysoev.ru>
date Mon, 01 Feb 2010 13:50:03 +0000
parents 52af73f2def5
children b7c4d96cd61c
comparison
equal deleted inserted replaced
3341:2ca2fbaf83e3 3423:e6f6d048374e
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.64'; 50 our $VERSION = '0.7.65';
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.