diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-09-28 06:46:58 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-09-28 06:46:58 +0000 |
commit | a397c7faaa3e31b029a6b724dae62a2df4bce841 (patch) | |
tree | e493e78c1840b56f06f490b8bec0393d8ec47a6b /src | |
parent | 50c966e3ffa8af02e52a355ec5d15f77511f8201 (diff) | |
download | nginx-a397c7faaa3e31b029a6b724dae62a2df4bce841.tar.gz nginx-a397c7faaa3e31b029a6b724dae62a2df4bce841.zip |
bump version
Diffstat (limited to 'src')
-rw-r--r-- | src/core/nginx.h | 4 | ||||
-rw-r--r-- | src/http/modules/perl/nginx.pm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h index 380e05724..918603817 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,8 +8,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 8051 -#define NGINX_VERSION "0.8.51" +#define nginx_version 8052 +#define NGINX_VERSION "0.8.52" #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 708481a3a..c962360b1 100644 --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -48,7 +48,7 @@ our @EXPORT = qw( HTTP_INSUFFICIENT_STORAGE ); -our $VERSION = '0.8.51'; +our $VERSION = '0.8.52'; require XSLoader; XSLoader::load('nginx', $VERSION); |