diff options
author | Igor Sysoev <igor@sysoev.ru> | 2010-04-23 08:14:57 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2010-04-23 08:14:57 +0000 |
commit | dce9672ca666a79fae9eba84b34ab266dfd96500 (patch) | |
tree | 51a73fe34cfc0f50f757199a9b148353d86e7b54 /src/core/nginx.h | |
parent | b515fca22475bc107539e609d56301850701754a (diff) | |
download | nginx-dce9672ca666a79fae9eba84b34ab266dfd96500.tar.gz nginx-dce9672ca666a79fae9eba84b34ab266dfd96500.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 939fad048..e3b608ed0 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,8 +8,8 @@ #define _NGINX_H_INCLUDED_ -#define nginx_version 8036 -#define NGINX_VERSION "0.8.36" +#define nginx_version 8037 +#define NGINX_VERSION "0.8.37" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" |