diff options
author | Igor Sysoev <igor@sysoev.ru> | 2009-05-18 16:48:53 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2009-05-18 16:48:53 +0000 |
commit | 6091c8c33ea8ea5dffa6ebb96b7d0715c2c32cbf (patch) | |
tree | 809e78971fd6528e5407d64788894fe2b3971a35 /src/core/nginx.h | |
parent | 5707bfa3f3dac93e9fc83ca5e748fab15fe75c28 (diff) | |
download | nginx-6091c8c33ea8ea5dffa6ebb96b7d0715c2c32cbf.tar.gz nginx-6091c8c33ea8ea5dffa6ebb96b7d0715c2c32cbf.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 38e8acac0..f642321fa 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,8 +8,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 7058 -#define NGINX_VERSION "0.7.58" +#define nginx_version 7059 +#define NGINX_VERSION "0.7.59" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" |