diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-10-06 14:27:28 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-10-06 14:27:28 +0000 |
commit | c537f0cbe77a45183680d9735ae5532a02c9d2ab (patch) | |
tree | 8fc762b6a81b25264a4520bdb9e79e6fbebb44a2 /src/core/nginx.h | |
parent | 3675c1dae6040fb61352712afec9dc180a317b89 (diff) | |
download | nginx-c537f0cbe77a45183680d9735ae5532a02c9d2ab.tar.gz nginx-c537f0cbe77a45183680d9735ae5532a02c9d2ab.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 707a07168..486d5a8f9 100644 --- a/src/core/nginx.h +++ b/src/core/nginx.h @@ -8,7 +8,7 @@ #define _NGINX_H_INCLUDED_ -#define NGINX_VER "nginx/0.4.6" +#define NGINX_VER "nginx/0.4.7" #define NGINX_VAR "NGINX" #define NGX_OLDPID_EXT ".oldbin" |