From: Igor Sysoev Date: Mon, 4 Dec 2006 17:05:07 +0000 (+0000) Subject: bump version X-Git-Tag: release-0.5.1~10 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=67effaff99d59f43db2685609629b0dd86c59744;p=nginx.git bump version --- diff --git a/src/core/nginx.h b/src/core/nginx.h index 3eeaa9901..392827526 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,7 +8,7 @@ #define _NGINX_H_INCLUDED_ -#define NGINX_VERSION "0.5.0" +#define NGINX_VERSION "0.5.1" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm index 867a4474b..c74ffd7bd 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -17,7 +17,7 @@ our @EXPORT = qw( HTTP_SERVER_ERROR ); -our $VERSION = '0.5.0'; +our $VERSION = '0.5.1'; require XSLoader; XSLoader::load('nginx', $VERSION);