comparison src/http/modules/perl/nginx.pm @ 4949:54eb08ebe8cf stable-1.2

Version bump.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 10 Dec 2012 15:43:41 +0000
parents e373af344cc7
children 11b6590c7460
comparison
equal deleted inserted replaced
4910:156f2958be2a 4949:54eb08ebe8cf
48 HTTP_SERVICE_UNAVAILABLE 48 HTTP_SERVICE_UNAVAILABLE
49 HTTP_GATEWAY_TIME_OUT 49 HTTP_GATEWAY_TIME_OUT
50 HTTP_INSUFFICIENT_STORAGE 50 HTTP_INSUFFICIENT_STORAGE
51 ); 51 );
52 52
53 our $VERSION = '1.2.5'; 53 our $VERSION = '1.2.6';
54 54
55 require XSLoader; 55 require XSLoader;
56 XSLoader::load('nginx', $VERSION); 56 XSLoader::load('nginx', $VERSION);
57 57
58 # Preloaded methods go here. 58 # Preloaded methods go here.