diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-05-26 09:54:17 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-05-26 09:54:17 +0000 |
commit | 9b1fe561480de82feed414250cc802c7d9afd897 (patch) | |
tree | 5c7e8bfeb6822aaa0d42b4a635d0dc09755f40fc /src/core/nginx.h | |
parent | 958c3de460744aa2fdf91d25e425635a66588479 (diff) | |
download | nginx-9b1fe561480de82feed414250cc802c7d9afd897.tar.gz nginx-9b1fe561480de82feed414250cc802c7d9afd897.zip |
bump version
Diffstat (limited to 'src/core/nginx.h')
-rw-r--r-- | src/core/nginx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nginx.h b/src/core/nginx.h index ad5e57cfa..554f731cb 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,7 +8,7 @@ #define _NGINX_H_INCLUDED_ -#define NGINX_VERSION "0.7.1" +#define NGINX_VERSION "0.7.2" #define NGINX_VER "nginx/" NGINX_VERSION #define NGINX_VAR "NGINX" |