diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-09-14 15:56:52 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-09-14 15:56:52 +0000 |
commit | f1761144b840c5f2b49fecfa35b6b5470556c6d4 (patch) | |
tree | 236fe8beb740449832314bd0f7115b4b6281902e /src | |
parent | 8af4835c3469d04d423a6cffdfa257a2b6a1c447 (diff) | |
download | nginx-f1761144b840c5f2b49fecfa35b6b5470556c6d4.tar.gz nginx-f1761144b840c5f2b49fecfa35b6b5470556c6d4.zip |
bump version
Diffstat (limited to 'src')
-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 61824ddf4..8bb1f21b6 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.2" +#define NGINX_VER "nginx/0.4.3" #define NGINX_VAR "NGINX" #define NGX_OLDPID_EXT ".oldbin" |