From 6888516b2bb4f9cce73184744a2ac5b44ce6752a Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 16 May 2012 13:09:39 +0000 Subject: Version bump. --- src/core/nginx.h | 4 ++-- src/http/modules/perl/nginx.pm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/core/nginx.h b/src/core/nginx.h index 9171683b2..4e3a3e518 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -9,8 +9,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 1003000 -#define NGINX_VERSION "1.3.0" +#define nginx_version 1003001 +#define NGINX_VERSION "1.3.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 2d03a82fd..b3f86a809 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.0'; +our $VERSION = '1.3.1'; require XSLoader; XSLoader::load('nginx', $VERSION); -- cgit