diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-04-15 06:25:02 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-04-15 06:25:02 +0000 |
commit | 57006fbb13caaab7015ca6a3f448ff081880ecab (patch) | |
tree | 4bf2bbf74a8682a31e5f821f900753d85588a085 /src/core/nginx.h | |
parent | 26b5bfc09c2047c70f9baeada967b6a72c8de8e1 (diff) | |
download | nginx-57006fbb13caaab7015ca6a3f448ff081880ecab.tar.gz nginx-57006fbb13caaab7015ca6a3f448ff081880ecab.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 812b2315a..04d9479a3 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,8 +8,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 007051 -#define NGINX_VERSION "0.7.51" +#define nginx_version 7052 +#define NGINX_VERSION "0.7.52" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" |