From: Maxim Dounin Date: Wed, 3 Oct 2012 15:22:18 +0000 (+0000) Subject: Version bump. X-Git-Tag: release-1.3.8~13 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=f8cc8969d52211530c0eba3d28e0cb03d4f958b3;p=nginx.git Version bump. --- diff --git a/src/core/nginx.h b/src/core/nginx.h index c6dce45b0..df247dffc 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1003007 -#define NGINX_VERSION "1.3.7" +#define nginx_version 1003008 +#define NGINX_VERSION "1.3.8" #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 5f5585a3e..75f00d531 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -50,7 +50,7 @@ our @EXPORT = qw( HTTP_INSUFFICIENT_STORAGE ); -our $VERSION = '1.3.7'; +our $VERSION = '1.3.8'; require XSLoader; XSLoader::load('nginx', $VERSION);