From: Igor Sysoev Date: Wed, 25 Oct 2006 16:33:40 +0000 (+0000) Subject: bump version X-Git-Tag: release-0.4.12~16 X-Git-Url: http://git.kaiwu.me/%7Bsubstring-before(@doc,%20'.xml')%7D.html?a=commitdiff_plain;h=da04d54f8110bdb83ceb77c2825b788fa73d87a4;p=nginx.git bump version --- diff --git a/src/core/nginx.h b/src/core/nginx.h index c151098a4..d3e298721 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,7 +8,7 @@ #define _NGINX_H_INCLUDED_ -#define NGINX_VERSION "0.4.11" +#define NGINX_VERSION "0.4.12" #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 5f329493b..036ca699e 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.4.11'; +our $VERSION = '0.4.12'; require XSLoader; XSLoader::load('nginx', $VERSION);