diff options
author | Igor Sysoev <igor@sysoev.ru> | 2006-09-26 12:43:45 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2006-09-26 12:43:45 +0000 |
commit | 25d1523ee8227a274333f8c8d1393c624839ff5c (patch) | |
tree | f52cf803946c663f99bb7659367a10e332582f64 | |
parent | 18d24faa97d4320b1103f9a141774ea9202a9896 (diff) | |
download | nginx-25d1523ee8227a274333f8c8d1393c624839ff5c.tar.gz nginx-25d1523ee8227a274333f8c8d1393c624839ff5c.zip |
bump version
-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 8bb1f21b6..7185b9970 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.3" +#define NGINX_VER "nginx/0.4.4" #define NGINX_VAR "NGINX" #define NGX_OLDPID_EXT ".oldbin" |