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/core/nginx.h | |
parent | 50c966e3ffa8af02e52a355ec5d15f77511f8201 (diff) | |
download | nginx-a397c7faaa3e31b029a6b724dae62a2df4bce841.tar.gz nginx-a397c7faaa3e31b029a6b724dae62a2df4bce841.zip |
bump version
Diffstat (limited to 'src/core/nginx.h')
-rw-r--r-- | src/core/nginx.h | 4 |
1 files changed, 2 insertions, 2 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" |